|
@@ -74,7 +74,7 @@ export const columns: BasicColumn[] = [
|
|
|
},
|
|
|
{
|
|
|
title: '职工人数',
|
|
|
- dataIndex: 'jobNum',
|
|
|
+ dataIndex: 'jobnum',
|
|
|
width: 160,
|
|
|
sorter: true,
|
|
|
},
|
|
@@ -368,7 +368,7 @@ export const schemas: FormSchema[] = [
|
|
|
required: true,
|
|
|
},
|
|
|
{
|
|
|
- field: 'foundingTime',
|
|
|
+ field: 'foundingtime',
|
|
|
component: 'DatePicker',
|
|
|
label: '成立时间',
|
|
|
labelWidth: adaptWidth.labelWidth,
|
|
@@ -394,7 +394,7 @@ export const schemas: FormSchema[] = [
|
|
|
required: true,
|
|
|
},
|
|
|
{
|
|
|
- field: 'jobNum',
|
|
|
+ field: 'jobnum',
|
|
|
component: 'Input',
|
|
|
label: '职工人数',
|
|
|
labelWidth: adaptWidth.labelWidth,
|
|
@@ -406,7 +406,7 @@ export const schemas: FormSchema[] = [
|
|
|
},
|
|
|
},
|
|
|
{
|
|
|
- field: 'partyNum',
|
|
|
+ field: 'partynum',
|
|
|
component: 'Input',
|
|
|
label: '党员数',
|
|
|
labelWidth: adaptWidth.labelWidth,
|
|
@@ -445,7 +445,7 @@ export const schemas: FormSchema[] = [
|
|
|
},
|
|
|
},
|
|
|
{
|
|
|
- field: 'zipCode',
|
|
|
+ field: 'zipcode',
|
|
|
component: 'Input',
|
|
|
label: '邮编',
|
|
|
labelWidth: adaptWidth.labelWidth,
|
|
@@ -472,7 +472,7 @@ export const schemas: FormSchema[] = [
|
|
|
required: true,
|
|
|
},
|
|
|
{
|
|
|
- field: 'culturalNum',
|
|
|
+ field: 'culturalnum',
|
|
|
component: 'Input',
|
|
|
label: '大专以上文化人数',
|
|
|
labelWidth: adaptWidth.labelWidth,
|
|
@@ -485,7 +485,7 @@ export const schemas: FormSchema[] = [
|
|
|
},
|
|
|
},
|
|
|
{
|
|
|
- field: 'laidNum',
|
|
|
+ field: 'laidnum',
|
|
|
component: 'Input',
|
|
|
label: '安置下岗人数',
|
|
|
labelWidth: adaptWidth.labelWidth,
|