This commit is contained in:
2025-11-29 00:08:49 +08:00
parent 489b2314ab
commit 44dbcb48a6
26 changed files with 859 additions and 1080 deletions

View File

@@ -42,15 +42,16 @@
}));
const inputFormSchemas: FormSchema<BizCities>[] = [
{
label: t('省份编码'),
field: 'provinceCode',
component: 'Input',
componentProps: {
maxlength: 24,
},
required: true,
},
{
label: t('省份名称'),
field: 'provinceCode',
fieldLabel: 'provinceName',
component: 'ListSelect',
componentProps: {
selectType: 'bizProvSelect',
},
required: true,
},
{
label: t('市区编码'),
field: 'cityCode',
@@ -83,7 +84,7 @@
field: 'areaType',
component: 'Select',
componentProps: {
dictType: '',
dictType: 'area_type',
allowClear: true,
},
required: true,
@@ -93,7 +94,7 @@
field: 'dataStatus',
component: 'Select',
componentProps: {
dictType: '',
dictType: 'ustatus',
allowClear: true,
},
required: true,