fix: 新增直接申请license等

This commit is contained in:
caiyuchao
2025-07-21 11:15:06 +08:00
parent ef8c083ea6
commit 99667bc0e7
4 changed files with 14 additions and 14 deletions

View File

@@ -153,14 +153,6 @@ export function useGridFormSchema(): VbenFormSchema[] {
allowClear: true,
},
},
{
fieldName: 'code',
label: $t('customer.customerSn'),
component: 'Input',
componentProps: {
allowClear: true,
},
},
{
fieldName: 'type',
label: $t('customer.customerType'),
@@ -170,6 +162,14 @@ export function useGridFormSchema(): VbenFormSchema[] {
options: getDictOptions(DICT_TYPE.LIC_CUSTOMER_TYPE, 'number'),
},
},
{
fieldName: 'code',
label: $t('customer.customerSn'),
component: 'Input',
componentProps: {
allowClear: true,
},
},
{
fieldName: 'contacts',
label: $t('customer.contacts'),