Browse Source

数据录入

maxiaoxiao 2 months ago
parent
commit
f2a0171544
1 changed files with 11 additions and 8 deletions
  1. 11 8
      src/views/pageCode/dataEntry/config.js

+ 11 - 8
src/views/pageCode/dataEntry/config.js

@@ -9,21 +9,24 @@ export const FormConfig = [
     //   span: 5
     // },
     {
-      label: '实体名称:',
-      prop: 'entityname',
+      label: '行政区',
+      prop: 'region',
       span: 5,
-      component: 'ElInput',
-      componentProps: {
-        placeholder: '实体名称'
-      }
+
+    },
+    {
+      label: '录入时间',
+      prop: 'link',
+      span: 5,
+
     },
     {
-      label: '实体ID',
+      label: '文件名称',
       prop: 'entityid',
       span: 5,
       component: 'ElInput',
       componentProps: {
-        placeholder: '实体ID'
+        placeholder: '文件名称'
       }
     },
     {