|
|
@@ -391,10 +391,11 @@
|
|
|
show-overflow-tooltip
|
|
|
>
|
|
|
<template slot-scope="scope">
|
|
|
- <span v-if="scope.row.auditReason" class="text-danger">
|
|
|
- {{ scope.row.auditReason }}
|
|
|
- </span>
|
|
|
- <span v-else>{{ scope.row.auditReason }}</span>
|
|
|
+ <template v-if="scope.row.processStatus != 2">
|
|
|
+ <span v-if="scope.row.auditReason" class="text-danger">{{ scope.row.auditReason }}</span>
|
|
|
+ <span v-else>{{ scope.row.auditReason }}</span>
|
|
|
+ </template>
|
|
|
+ <span v-else>-</span>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
<!-- 加微状态 -->
|