浏览代码

前端gjy

gjy 3 年之前
父节点
当前提交
3ebf170076
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      src/views/taskManagement/tranManagementWarehouseInOutTask.vue

+ 2 - 1
src/views/taskManagement/tranManagementWarehouseInOutTask.vue

@@ -178,6 +178,7 @@
               </div>
             </el-popover>
             <img
+            v-if='scope.row.taskStatus=="执行中"'
               width="17"
               height="18"
               style="vertical-align: text-top; position: relative; top: -1px"
@@ -217,7 +218,7 @@
               direction="vertical"
               class="divider"
               v-if="
-                scope.row.taskStatus == '执行中' ||
+                scope.row.taskStatus == '待审核'||scope.row.taskStatus == '执行中' ||
                 scope.row.taskStatus == '已驳回'
               "
             ></el-divider>