edit
This commit is contained in:
@ -166,15 +166,6 @@ export class WithdrawalsRecordComponent extends BasicTableComponent {
|
||||
placeholder: '请输入'
|
||||
}
|
||||
},
|
||||
// refundStatus: {
|
||||
// type: 'string',
|
||||
// title: '提现状态',
|
||||
// ui: {
|
||||
// widget: 'dict-select',
|
||||
// params: { dictKey: 'refund:apply:status' },
|
||||
// placeholder: '请选择'
|
||||
// }
|
||||
// },
|
||||
createTime: {
|
||||
title: '提现时间',
|
||||
type: 'string',
|
||||
@ -195,10 +186,14 @@ export class WithdrawalsRecordComponent extends BasicTableComponent {
|
||||
accountType: {
|
||||
type: 'string',
|
||||
title: '账户类型',
|
||||
enum: [
|
||||
{label: '全部', value: ''},
|
||||
{label: '个人合伙人', value: '4'},
|
||||
{label: '企业合伙人', value: '5'}
|
||||
],
|
||||
ui: {
|
||||
widget: 'dict-select',
|
||||
params: { dictKey: 'bank:type' },
|
||||
placeholder: '请选择'
|
||||
widget: 'select',
|
||||
placeholder: '请选择',
|
||||
}
|
||||
},
|
||||
ltdId: {
|
||||
|
||||
Reference in New Issue
Block a user