Browse Source

建设规模

maxiaoxiao 8 tháng trước cách đây
mục cha
commit
a3909b5e82
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/LandConsolidation/components/config.js

+ 1 - 1
src/views/LandConsolidation/components/config.js

@@ -37,7 +37,7 @@ export const reasonList = [
 export const TableHeader = [
   { label: "项目名称", prop: "xmmc", align: 'center' },
   // { label: "主管部门", prop: "zgbm", width: '80px' },// slot: "mj"
-  { label: "建设规模", prop: "gm", width: '80px', align: 'center' },
+  { label: "建设规模(公顷)", prop: "gm", width: '120px',slot: "mj", align: 'center' },
   { label: "操作", slot: "action", width: '80px', align: 'center' },
 ]