소스 검색

建设规模

maxiaoxiao 7 달 전
부모
커밋
a3909b5e82
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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' },
 ]