标准/译文申请 回显

This commit is contained in:
baoyu
2024-03-29 15:03:11 +08:00
parent 8fa7c72ccd
commit aef1ed353f
@@ -91,14 +91,10 @@
<el-table-column
show-overflow-tooltip
label="申请状态"
prop="status"
prop="statusShow"
align="center"
min-width="100"
>
<template slot-scope="scope">
{{ scope.row.status === 'refuse' ? '驳回' : scope.row.status === 'pendingApproval' ? '待审批' : scope.row.status === 'pass' ? '通过' : '草稿' }}
</template>
</el-table-column>
/>
<el-table-column label="操作" align="center" width="200" fixed="right">
<template slot-scope="scope">
<div class="table-operate-btn" @click="toView(scope.row)">查看</div>