|
@@ -71,19 +71,19 @@
|
|
|
};
|
|
|
const schemas: FormSchema[] = [
|
|
|
{
|
|
|
- field: 'userName',
|
|
|
+ field: 'companyName',
|
|
|
label: t('routes.corporation.enterpriseName'),
|
|
|
slot: 'userName',
|
|
|
component: 'Input',
|
|
|
},
|
|
|
{
|
|
|
- field: 'name',
|
|
|
+ field: 'managerPhone',
|
|
|
label: t('routes.corporation.enterpriseId'),
|
|
|
slot: 'name',
|
|
|
component: 'Input',
|
|
|
},
|
|
|
{
|
|
|
- field: 'num',
|
|
|
+ field: 'subNum',
|
|
|
component: 'InputNumber',
|
|
|
label: t('routes.corporation.cameraNum'),
|
|
|
colProps: {
|