feat(register): 户籍变更列表移除审核状态、业务扣费列
This commit is contained in:
parent
56bbbd5415
commit
042c2baca8
|
@ -330,31 +330,7 @@
|
|||
<div style="color: #4391FD">{{ scope.row.changePhone }}</div>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column
|
||||
align="center"
|
||||
prop="approveStatusVal"
|
||||
:end-placeholder="'审核状态'"
|
||||
:label="'审核状态'"
|
||||
>
|
||||
<template slot-scope="scope">
|
||||
<div v-if="scope.row.approveStatus == 3">
|
||||
<el-popover
|
||||
placement="right"
|
||||
width="400"
|
||||
trigger="hover"
|
||||
>
|
||||
<div v-html="scope.row.rejectMsg" />
|
||||
<div slot="reference" style="cursor: pointer;">{{ scope.row.approveStatusVal }}</div>
|
||||
</el-popover>
|
||||
</div>
|
||||
<div v-else>{{ scope.row.approveStatusVal }}</div>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column
|
||||
align="center"
|
||||
prop="amount"
|
||||
:label="'业务扣费'"
|
||||
/>
|
||||
|
||||
<el-table-column
|
||||
align="center"
|
||||
prop="remark"
|
||||
|
|
Loading…
Reference in New Issue