From b26793c90bb9aa7b51380c7b371886a383fa0853 Mon Sep 17 00:00:00 2001
From: zhanghua <314079846@qq.com>
Date: 星期一, 09 十二月 2024 12:12:58 +0800
Subject: [PATCH] 项目保存添加存草稿

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

diff --git a/src/views/projectManage/plan/planInfoCheck.vue b/src/views/projectManage/plan/planInfoCheck.vue
index 04cd7f1..6fcd2cd 100644
--- a/src/views/projectManage/plan/planInfoCheck.vue
+++ b/src/views/projectManage/plan/planInfoCheck.vue
@@ -17,7 +17,7 @@
                 </el-table-column>
                 <el-table-column prop="taskName" label="浜嬮」鍚嶇О" width="500" align="center">
                   <template #default="scope">
-                    <el-input type="textarea" v-model="scope.row.title" placeholder="璇疯緭鍏�" rows="3" readonly />
+                    <el-input type="textarea" v-model="scope.row.title" placeholder="璇疯緭鍏�" rows="3" :readonly="scope.row.planStatus !== 1" />
                   </template>
                 </el-table-column>
                 <el-table-column prop="startTime" label="璁″垝寮�濮嬫椂闂�" width="160" align="center" >

--
Gitblit v1.8.0