debug
This commit is contained in:
parent
9fe5df3306
commit
6885e6cf78
|
@ -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 {
|
||||
// 遮罩层
|
||||
|
|
Loading…
Reference in New Issue
Block a user