1.修改前端显示,强制回档

liujun-2024-09-05-九公司人员定位
guoyuepeng 2024-09-04 11:27:24 +08:00
parent 605feeceb8
commit 876c870efc
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@
</el-table-column> </el-table-column>
<el-table-column prop="STATE" label="审核状态" > <el-table-column prop="STATE" label="审核状态" >
<template slot-scope="{row}"> <template slot-scope="{row}">
<template v-if="row.IS_FORCED_END ===1"> </template> <template v-if="row.IS_FORCED_END ===1"> </template>
<template v-else > {{ translate(row.STATE.toString(), statusList) }} </template> <template v-else > {{ translate(row.STATE.toString(), statusList) }} </template>
</template> </template>
</el-table-column> </el-table-column>