|
@@ -37,7 +37,7 @@ export const reasonList = [
|
|
export const TableHeader = [
|
|
export const TableHeader = [
|
|
{ label: "项目名称", prop: "xmmc", align: 'center' },
|
|
{ label: "项目名称", prop: "xmmc", align: 'center' },
|
|
// { label: "主管部门", prop: "zgbm", width: '80px' },// slot: "mj"
|
|
// { 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' },
|
|
{ label: "操作", slot: "action", width: '80px', align: 'center' },
|
|
]
|
|
]
|
|
|
|
|