|
@@ -58,10 +58,10 @@ export const xzForm = [
|
|
|
]
|
|
|
]
|
|
|
export const xzTableHeader = [
|
|
|
- { label: "新增耕地地块编号", prop: "xmmc" },
|
|
|
- { label: "新增耕地面积(亩)", prop: "crmj", width: '80px', slot: "mj" },
|
|
|
- { label: "新增耕地等别", prop: "ydkgsj", },
|
|
|
- { label: "操作", slot: "action" },
|
|
|
+ { label: "地块编号", prop: "xmmc" },
|
|
|
+ { label: "面积(亩)", prop: "crmj", slot: "mj" },
|
|
|
+ { label: "等别", prop: "ydkgsj", },
|
|
|
+ { label: "操作", slot: "action", width: '80px', },
|
|
|
]
|
|
|
|
|
|
|