maxiaoxiao 2 ヶ月 前
コミット
f2a0171544
1 ファイル変更11 行追加8 行削除
  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: '文件名称'
       }
     },
     {