@ -47,7 +47,7 @@
<el-table-column prop="shjg" label="审核结果" header-align="center" width="80" align="center"
show-overflow-tooltip>
<template slot-scope="scope">
{{scope.row.shjg === '01'?'审核通过':'不通过'}}
{{scope.row.shjg === '01'?'审核通过':scope.row.shjg === '02'?'不通过':''}}
</template>
</el-table-column>
<el-table-column prop="clsj" label="处理时间" header-align="center" width="180" align="center"