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