From 5c929cfb5286a31a4e067cbc61e8774f4e7d42ae Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期二, 06 五月 2025 11:25:41 +0800
Subject: [PATCH] 任务查看:任务名称undefined解决

---
 src/views/projectManage/plan/planInfoCheck.vue |   66 +++++++++++++++++++++-----------
 1 files changed, 43 insertions(+), 23 deletions(-)

diff --git a/src/views/projectManage/plan/planInfoCheck.vue b/src/views/projectManage/plan/planInfoCheck.vue
index 6fcd2cd..afd4ab9 100644
--- a/src/views/projectManage/plan/planInfoCheck.vue
+++ b/src/views/projectManage/plan/planInfoCheck.vue
@@ -7,7 +7,6 @@
         <el-card shadow="hover">
           <el-row :gutter="20">
             <el-col :span="24" class="mb-4">
-              <el-button type="primary" size="small" @click="handlePlanRecord" style="float: right; margin-bottom: 10px; margin-left: 10px">杩斿洖</el-button>
               <!--椤圭洰璁″垝椤�-->
               <el-table :data="tableData" border stripe style="width: 100%; margin-bottom: 20px">
                 <el-table-column prop="index" label="搴忓彿" width="50" align="center">
@@ -22,12 +21,26 @@
                 </el-table-column>
                 <el-table-column prop="startTime" label="璁″垝寮�濮嬫椂闂�" width="160" align="center" >
                   <template #default="scope">
-                    <el-date-picker v-model="scope.row.startTime" type="date" placeholder="閫夋嫨鏃ユ湡" size="small" style="width: 130px" :readonly="projectInfoData.managerFlag"/>
+                    <el-date-picker
+                      v-model="scope.row.startTime"
+                      type="date"
+                      placeholder="閫夋嫨鏃ユ湡"
+                      value-format="yyyy-MM-dd HH:mm:ss"
+                      size="medium"
+                      style="width: 130px"
+                      :readonly="projectInfoData.managerFlag"/>
                   </template>
                 </el-table-column>
                 <el-table-column prop="endTime" label="璁″垝瀹屾垚鏃堕棿" width="160" align="center" >
                   <template #default="scope">
-                    <el-date-picker v-model="scope.row.endTime" type="date" placeholder="閫夋嫨鏃ユ湡" size="small" style="width: 130px" :readonly="projectInfoData.managerFlag"  />
+                    <el-date-picker
+                      v-model="scope.row.endTime"
+                      type="date"
+                      placeholder="閫夋嫨鏃ユ湡"
+                      value-format="yyyy-MM-dd HH:mm:ss"
+                      size="medium"
+                      style="width: 130px"
+                      :readonly="projectInfoData.managerFlag"  />
                   </template>
                 </el-table-column>
                 <el-table-column :label="planInfoData.planTimeFlag === 0 ? '鏈堝害' : planInfoData.planTimeFlag === 1 ? '瀛e害' : '骞村害' " align="center">
@@ -45,12 +58,24 @@
                       <div v-if="scope.row.planStatus === 0"></div>
                       <!-- 鐘舵�佷负宸查┏鍥� -->
                       <div v-if="scope.row.planStatus === 1">
-                        <el-button size="small" @click="handleResubmit(scope.row)">閲嶆柊涓婃姤</el-button>
-                        <el-button size="small" type="danger" @click="handleReset(scope.$index)">閲嶇疆</el-button>
+                        <el-button
+                          size="medium"
+                          type="text"
+                          icon="el-icon-upload2"
+                          @click="handleResubmit(scope.row)">閲嶆柊涓婃姤</el-button>
+                        <el-button
+                          size="medium"
+                          type="text"
+                          icon="el-icon-refresh-left"
+                          @click="handleReset(scope.$index)">閲嶇疆</el-button>
                       </div>
                       <!-- 鐘舵�佷负宸查�氳繃 -->
                       <div v-if="scope.row.planStatus === 2">
-                        <el-button size="small" @click="handleDelay(scope.$index)">寤舵湡</el-button>
+                        <el-button
+                          size="medium"
+                          type="text"
+                          icon="el-icon-edit"
+                          @click="handleDelay(scope.$index)">寤舵湡</el-button>
                       </div>
                     </template>
                   </el-table-column>
@@ -89,7 +114,7 @@
                         v-model="scope.row.departmentExamine"
                         :disabled="scope.row.planStatus === 2 || scope.row.planStatus === 1"
                         placeholder="璇烽�夋嫨"
-                        size="small"
+                        size="medium"
                         clearable>
                         <el-option label="鍚屾剰" :value="0"></el-option>
                         <el-option label="椹冲洖" :value="1"></el-option>
@@ -130,7 +155,7 @@
                         v-model="scope.row.manageExamine"
                         :disabled="scope.row.planStatus === 2 || scope.row.planStatus === 1"
                         placeholder="璇烽�夋嫨"
-                        size="small"
+                        size="medium"
                         clearable>
                         <el-option label="鍚屾剰" :value="0"></el-option>
                         <el-option label="椹冲洖" :value="1"></el-option>
@@ -167,18 +192,22 @@
                   <template #default="scope">
                     <div v-if="!projectInfoData.managerFlag">
                       <el-button
-                        size="small"
+                        size="medium"
+                        type="text"
+                        icon="el-icon-reply"
                         @click="handleReply(scope.$index)"
                         :disabled="scope.row.planStatus === 0">鍥炲</el-button>
                       <el-button
-                        size="small"
-                        type="danger"
+                        size="medium"
+                        type="text"
+                        icon="el-icon-refresh-left"
                         @click="handleReset(scope.$index)"
                         :disabled="scope.row.planStatus === 0">閲嶇疆</el-button>
                     </div>
                     <div v-if="projectInfoData.managerFlag">
                       <el-button
-                        size="small"
+                        size="medium"
+                        type="text"
                         @click="handleExamine(scope.$index)"
                         v-if="scope.row.planStatus === 0">瀹℃牳</el-button>
                     </div>
@@ -266,8 +295,8 @@
     // 鑾峰彇浼犻�掕繃鏉ョ殑椤圭洰璁″垝璇︽儏
     getPlanRecordData() {
       // 浠庢煡璇㈠弬鏁颁腑鑾峰彇鏁版嵁
-      this.planInfoData = this.$route.query.data
-      this.projectInfoData = this.$route.query.projectInfoData
+      this.projectInfoData = JSON.parse(this.$route.query.projectInfoData)
+      this.planInfoData = JSON.parse(this.$route.query.data)
       this.search();
     },
     // 鑾峰彇椤圭洰璁″垝椤�
@@ -327,15 +356,6 @@
       this.tableData[index].startTime = '';
       this.tableData[index].endTime = '';
     },
-    /** 杩斿洖椤圭洰璁″垝璁板綍 */
-    handlePlanRecord() {
-      this.$router.replace({
-        path: '/projectManage/planRecord',
-        query: {
-          data: this.projectInfoData
-        }
-      })
-    }
   },
   created() {
     this.getPlanRecordData();

--
Gitblit v1.8.0