瀏覽代碼

renwufenpei

liuhj 1 月之前
父節點
當前提交
0c3c1a7c83
共有 1 個文件被更改,包括 3 次插入3 次删除
  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>