From aae647ae90dc76131da45c17d34807d40581ba29 Mon Sep 17 00:00:00 2001 From: wuyize Date: Thu, 7 Jul 2022 22:12:11 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E6=96=B0=E5=A2=9E=E5=B7=A5?= =?UTF-8?q?=E4=BD=9C=E9=A1=B9=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ProjectWorkitem.vue | 48 ++++++++++++++++++++++++++++++++--- 1 file changed, 44 insertions(+), 4 deletions(-) diff --git a/src/views/ProjectWorkitem.vue b/src/views/ProjectWorkitem.vue index 3928cad..367ab51 100644 --- a/src/views/ProjectWorkitem.vue +++ b/src/views/ProjectWorkitem.vue @@ -4,6 +4,44 @@

工作项

+ + +
+ +
+ +
+ 需求 +
+ +
+ +
+ 任务 +
+ +
+ +
+ 缺陷 +
+
+ + + +
@@ -56,7 +94,7 @@ - + @@ -133,12 +171,12 @@ > - + - + @@ -305,6 +343,8 @@ export default { (this.$store.state.staff&&row.taskHolderId===this.$store.state.staff.staffId)) }, onRowClick(row, column, event) { + if(column.property==="operations") + return this.form = { disabled: !row.editable, statusDisabled: this.statusDisabled(row),