|
@@ -19,10 +19,12 @@ export const jbxxs = [
|
|
|
export const audiText = { '001': '合规性判定', '002': '审核', '003': '提交', '004': '外业下发', '005': '取消外业' }
|
|
|
|
|
|
export const tdxzTable = [
|
|
|
- { label: "地类编码", prop: "dkbh", align: 'center' },
|
|
|
- { label: "地类名称", prop: "dkmj", align: 'center', width: 110, },
|
|
|
- { label: "压盖面积(m²)", prop: "dkbh", align: 'center' },
|
|
|
- { label: "占图斑面积比", prop: "dkbh", align: 'center' },
|
|
|
+ // { label: "地类编码", prop: "id", align: 'center' },
|
|
|
+ { label: "ID", prop: "swid", align: 'center', width: 110, },
|
|
|
+ { label: "压占面积", prop: "yzmj", align: 'center' },
|
|
|
+ { label: "压占面积比", slot: "ratio", align: 'center' },
|
|
|
+ { label: "操作", slot: "action", align: 'center' },
|
|
|
+
|
|
|
]
|
|
|
|
|
|
export const gtkjTable = [
|