Browse Source

字段修改

wangwei 4 years ago
parent
commit
41064d062d
2 changed files with 13 additions and 13 deletions
  1. 6 6
      src/views/member/member/customCom/unit/data.ts
  2. 7 7
      src/views/member/unit/data.ts

+ 6 - 6
src/views/member/member/customCom/unit/data.ts

@@ -74,7 +74,7 @@ export const columns: BasicColumn[] = [
   },
   {
     title: '职工人数',
-    dataIndex: 'jobNum',
+    dataIndex: 'jobnum',
     width: 160,
     sorter: true,
   },
@@ -394,7 +394,7 @@ export const schemas: FormSchema[] = [
     required: true,
   },
   {
-    field: 'jobNum',
+    field: 'jobnum',
     component: 'Input',
     label: '职工人数',
     labelWidth: adaptWidth.labelWidth,
@@ -407,7 +407,7 @@ export const schemas: FormSchema[] = [
     },
   },
   {
-    field: 'partyNum',
+    field: 'partynum',
     component: 'Input',
     label: '党员数',
     labelWidth: adaptWidth.labelWidth,
@@ -446,7 +446,7 @@ export const schemas: FormSchema[] = [
     },
   },
   {
-    field: 'zipCode',
+    field: 'zipcode',
     component: 'Input',
     label: '邮编',
     labelWidth: adaptWidth.labelWidth,
@@ -473,7 +473,7 @@ export const schemas: FormSchema[] = [
     required: true,
   },
   {
-    field: 'culturalNum',
+    field: 'culturalnum',
     component: 'Input',
     label: '大专以上文化人数',
     labelWidth: adaptWidth.labelWidth,
@@ -486,7 +486,7 @@ export const schemas: FormSchema[] = [
     },
   },
   {
-    field: 'laidNum',
+    field: 'laidnum',
     component: 'Input',
     label: '安置下岗人数',
     labelWidth: adaptWidth.labelWidth,

+ 7 - 7
src/views/member/unit/data.ts

@@ -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,