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),