|
|
@@ -28,7 +28,7 @@ const getVersionSelect = () => {
|
|
|
}
|
|
|
export const formSchema: FormSchema[] = [
|
|
|
{
|
|
|
- field: 'fid',
|
|
|
+ field: 'FID',
|
|
|
label: '版本id',
|
|
|
component: 'Input',
|
|
|
ifShow: false
|
|
|
@@ -67,7 +67,7 @@ export const formSchema: FormSchema[] = [
|
|
|
},
|
|
|
},
|
|
|
{
|
|
|
- field: 'version_NAME',
|
|
|
+ field: 'VERSION_NAME',
|
|
|
label: '版本名称',
|
|
|
component: 'Input',
|
|
|
ifShow: true,
|
|
|
@@ -79,7 +79,7 @@ export const formSchema: FormSchema[] = [
|
|
|
},
|
|
|
},
|
|
|
{
|
|
|
- field: 'version_NAME_1',
|
|
|
+ field: 'VERSION_NAME_1',
|
|
|
label: '版本名称',
|
|
|
component: 'ApiSelect',
|
|
|
ifShow: false,
|
|
|
@@ -91,7 +91,7 @@ export const formSchema: FormSchema[] = [
|
|
|
},
|
|
|
},
|
|
|
{
|
|
|
- field: 'version_NO',
|
|
|
+ field: 'VERSION_NO',
|
|
|
label: '版本号',
|
|
|
component: 'Input',
|
|
|
ifShow: true,
|
|
|
@@ -103,7 +103,7 @@ export const formSchema: FormSchema[] = [
|
|
|
},
|
|
|
},
|
|
|
{
|
|
|
- field: 'version_DISP',
|
|
|
+ field: 'VERSION_DISP',
|
|
|
label: '备注',
|
|
|
component: 'Input',
|
|
|
ifShow: true,
|