This commit is contained in:
gyq 2024-05-21 17:47:06 +08:00
parent 443f9ed305
commit 94fb2d2c8e
1 changed files with 6 additions and 1 deletions

View File

@ -47,11 +47,16 @@
{{ scope.row.number }}
</template>
</el-table-column>
<el-table-column label="状态" prop="status" fixed="right">
<el-table-column label="状态" prop="status">
<template v-slot="scope">
{{ statusFilter(scope.row.status) }}
</template>
</el-table-column>
<el-table-column label="操作" fixed="right">
<template v-slot="scope">
<el-button type="primary" size="small">退款</el-button>
</template>
</el-table-column>
</el-table>
</div>
<div class="pagination">