From 686b6f9e7ee9a390e179a3290d70d57c635ac7e1 Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期二, 31 十二月 2024 15:09:54 +0800
Subject: [PATCH] 流程转办:指定用户组件

---
 src/views/projectManage/plan/index.vue |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/src/views/projectManage/plan/index.vue b/src/views/projectManage/plan/index.vue
index 16a8ffc..fd8d129 100644
--- a/src/views/projectManage/plan/index.vue
+++ b/src/views/projectManage/plan/index.vue
@@ -109,6 +109,11 @@
           }}
         </template>
       </el-table-column>
+      <el-table-column label="寮傚父闂" align="center" prop="exception" >
+        <template slot-scope="scope">
+          {{ scope.row.exception === 0 ? '璁″垝瓒呮湡' : scope.row.exception === 1 ? '杩涘害瓒呮湡' : '' }}
+        </template>
+      </el-table-column>
       <el-table-column label="鎿嶄綔" align="center" class-name="small-padding fixed-width">
         <template slot-scope="scope">
           <el-button
@@ -240,10 +245,7 @@
         this.$router.push({
           path: '/projectManage/planRecord',
           query: {
-            id: row.id,
-            projectName: row.projectName,
-            projectCode: row.projectCode,
-            managerFlag: row.managerFlag
+            data: JSON.stringify(row)
           }
         })
       })

--
Gitblit v1.8.0