1.优化会员扫码充值订单状态查询

This commit is contained in:
gyq
2025-03-14 17:27:00 +08:00
parent 745b8675ea
commit d08a629b0a
15 changed files with 254 additions and 257 deletions

View File

@@ -31,7 +31,7 @@
</template>
</el-table-column>
<el-table-column label="手机" prop="phone" width="150"></el-table-column>
<el-table-column label="性别" prop="sex" width="80">
<el-table-column label="性别" prop="sex">
<template v-slot="scope">
{{ scope.row.sex == 1 ? '' : '' }}
</template>