This commit is contained in:
Taric Xin
2022-04-26 13:27:42 +08:00
13 changed files with 215 additions and 202 deletions

View File

@ -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: {