|
@@ -85,7 +85,7 @@
|
|
|
<span v-if="scope.row.taskStatus == '待审核'" class="executory"></span>
|
|
|
<span v-if="scope.row.taskStatus == '执行中'" class="inExecution"></span>
|
|
|
<span v-if="scope.row.taskStatus == '已完成'" class="done"></span>
|
|
|
- {{ scope.row.taskStatus }}
|
|
|
+ {{scope.row.approveStatus?scope.row.approveStatus:scope.row.taskStatus }}
|
|
|
</span>
|
|
|
</template>
|
|
|
<img v-if="scope.row.taskStatus == '执行中'" width="17" height="18"
|