gjy před 3 roky
rodič
revize
3ebf170076

+ 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>