liuhj 3 tygodni temu
rodzic
commit
0c3c1a7c83
1 zmienionych plików z 3 dodań i 3 usunięć
  1. 3 3
      src/components/system/TaskList.vue

+ 3 - 3
src/components/system/TaskList.vue

@@ -293,14 +293,14 @@
                             type="text"
                             size="small">
                             任务终止
-                            </el-button>
+                            </el-button> -->
                             <el-button
-                            v-if="cnName==scopebtn.row.createUserName"
+                            v-if="scopebtn.row.taskCompletedPerm"
                             @click.native.prevent="deleteRow(scopebtn.$index,scopebtn.row,tableData)"
                             type="text"
                             size="small">
                             移除
-                            </el-button> -->
+                            </el-button>
                         </template>
                     </el-table-column>
                 </el-table>