|
|
@@ -183,8 +183,9 @@
|
|
|
</vxe-column>
|
|
|
<vxe-column v-if="form?.conditions?.totalCheck == '1'" title="审核状态" min-width="100" fixed="right">
|
|
|
<template #default="{ row }">
|
|
|
- <div class="d-flex a-c">
|
|
|
- <DictTag :class="{ 'c-red': row?.res === '0' }" :options="cpy_res_status" :value="row?.resShow" />
|
|
|
+ <div v-if="row?.res == '3'||row?.res == '4'||row?.res == '5'">{{ '-' }}</div>
|
|
|
+ <div v-else class="d-flex a-c">
|
|
|
+ <DictTag :class="{ 'c-red': row?.res === '0' }" :options="cpy_res_status" :value="row?.res" />
|
|
|
<el-tooltip class="box-item" effect="dark" :content="row?.msg" placement="top">
|
|
|
<el-icon v-show="row?.res == '2'">
|
|
|
<QuestionFilled />
|