This commit is contained in:
墨大叔 2024-08-01 09:20:19 +08:00
parent 9fe5df3306
commit 6885e6cf78

View File

@ -86,7 +86,7 @@
</el-table-column>
<el-table-column label="交易状态" align="center">
<template slot-scope="d">
<dict-tag :value="d.row.status" :options="dict.type.sm_transaction_bill_status"/>
<dict-tag :value="d.row.status" :options="dict.type.withdraw_status"/>
</template>
</el-table-column>
<el-table-column label="操作" align="center" class-name="small-padding fixed-width">
@ -185,7 +185,7 @@ import UserLink from '@/components/Business/SmUser/UserLink.vue'
export default {
name: "Bill",
components: { UserLink },
dicts: ['sm_transaction_bill_status', 'withdraw_type', 'channel_type'],
dicts: ['withdraw_status', 'withdraw_type', 'channel_type'],
data() {
return {
//