maxiaoxiao 8 luni în urmă
părinte
comite
61025a3161
1 a modificat fișierele cu 39 adăugiri și 0 ștergeri
  1. 39 0
      src/views/LandConsolidation/components/config.js

+ 39 - 0
src/views/LandConsolidation/components/config.js

@@ -0,0 +1,39 @@
+
+export const xzForm = [
+  [
+    {
+      label: '',
+      prop: 'type',
+      span: 10
+    },
+    {
+      label: '',
+      prop: 'key',
+      span: 10,
+      component: 'ElInput',
+      componentProps: {
+        placeholder: '项目名称'
+      }
+    },
+
+    {
+      prop: 'action',
+      span: 4
+    }
+  ]
+]
+export const reasonList = [
+  { name: "政府原因", code: 0 },
+  { name: "企业原因", code: 1 },
+  { name: "非政府原因和不可抗力", code: 2 },
+  { name: "其他", code: 3 },
+]
+export const TableHeader = [
+  { label: "项目名称", prop: "xmmc" },
+  { label: "主管部门", prop: "crmj", width: '80px', slot: "mj" },
+  { label: "建设规模", prop: "ydkgsj", },
+  { label: "操作", slot: "action" },
+]
+
+
+