@@ -109,7 +147,7 @@
(this.$store.state.staff&&scope.row.taskHolderId===this.$store.state.staff.staffId)))?
'unset':'hidden'}"
text>
-
+
@@ -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),