瀏覽代碼

修改bug

qukaidi 3 年之前
父節點
當前提交
4e8d94392d
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/workManagement/task/index.vue

+ 1 - 1
src/views/workManagement/task/index.vue

@@ -23,7 +23,7 @@
       <template slot-scope="{row,index}" slot="menu">
         <el-button type="text" icon="el-icon-view" size="small" @click.stop="copyTo">发送
         </el-button>
-        <el-button type="text" icon="el-icon-edit" :disabled="row.status != 5" size="small"
+        <el-button type="text" icon="el-icon-edit" :disabled="row.status != 5||row.taskStatus==30" size="small"
           @click.stop="completion(row)">完工
         </el-button>
         <el-button type="text" icon="el-icon-edit" size="small" @click.stop="rowCell(row)">{{ row.$cellEdit ? "保存" :