From d08414f291cdfc84625e6d34241a56228c958134 Mon Sep 17 00:00:00 2001
From: yxh <172933527@qq.com>
Date: 星期四, 10 八月 2023 14:12:50 +0800
Subject: [PATCH] yxh

---
 src/views/project/fund/overheadcosts/index.vue |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/src/views/project/fund/overheadcosts/index.vue b/src/views/project/fund/overheadcosts/index.vue
index a070cfc..b570cb3 100644
--- a/src/views/project/fund/overheadcosts/index.vue
+++ b/src/views/project/fund/overheadcosts/index.vue
@@ -51,6 +51,7 @@
                   <el-table-column label="鑱旂郴鐢佃瘽" align="center" prop="phone" width="150px" />
                 <el-table-column label="宸ヤ綔鍗曚綅" align="center" prop="unitname" width="150px" />
                 -->
+        <el-table-column label="澶囨敞" align="center" prop="remark" />
         <el-table-column label="鎿嶄綔" fixed="right" align="center" class-name="small-padding fixed-width" width="280px">
           <template slot-scope="scope">
             <el-button v-if="scope.row.recordstatus == -1 ||
@@ -791,7 +792,7 @@
     handleAdd() {
       this.$router.push({
         path: "/finance/fundcontext/",
-        query: { id: 0, businessType: "4", operationtype: "add" }
+        query: { id: 0, businessType: "4", operationType: "add" }
       });
 
       this.istrue += 2;
@@ -816,7 +817,7 @@
     handleUpdate(row) {
       this.$router.push({
         path: "/finance/fundcontext/",
-        query: { id: row.id, businessType: "4", operationtype: "edit" }
+        query: { id: row.id, businessType: "4", operationType: "update" }
       });
 
       this.isopen = 0;
@@ -847,7 +848,7 @@
     handleDetail(row) {
       this.$router.push({
         path: "/finance/fundcontext/",
-        query: { id: row.id, businessType: "4", operationtype: "detail" }
+        query: { id: row.id, businessType: "4", operationType: "detail"}
       });
 
       this.isopen = 0;

--
Gitblit v1.9.3