feat: 修复配送仓库的报备字段
This commit is contained in:
@@ -59,9 +59,10 @@ export const reportFormProps: VbenFormProps = {
|
||||
component: 'RadioGroup',
|
||||
componentProps: {
|
||||
options: [
|
||||
{ label: '对公', value: 1 },
|
||||
{ label: '对私', value: 2 },
|
||||
{ label: '存折', value: 5 },
|
||||
{ label: '对公账户', value: '1' },
|
||||
{ label: '法人账户', value: '2' },
|
||||
{ label: '授权对公账户', value: '3' },
|
||||
{ label: '授权个人账户', value: '4' },
|
||||
],
|
||||
},
|
||||
fieldName: 'bank_account_type',
|
||||
|
||||
Reference in New Issue
Block a user