|
@@ -4,7 +4,7 @@ export const TableHeader = [
|
|
|
{ label: "监测面积(亩)", prop: "dkmj", align: 'center', width: 110, },
|
|
|
{ label: "操作", slot: "action", width: 100, align: 'center' },
|
|
|
]
|
|
|
-export const jbxx = [
|
|
|
+export const jbxxs = [
|
|
|
{ name: "行政区代码", prop: "xzqdm" },
|
|
|
{ name: "行政区名称", prop: "xzqmc" },
|
|
|
{ name: "图斑编号", prop: "dkbh" },
|
|
@@ -16,6 +16,8 @@ export const jbxx = [
|
|
|
{ name: "前时相", prop: "qsx" },
|
|
|
{ name: "后时相", prop: "hsx" },
|
|
|
]
|
|
|
+export const audiText = { '001': '合规性判定', '002': '审核', '003': '提交', '004': '外业下发', '005': '取消外业' }
|
|
|
+
|
|
|
export const tdxzTable = [
|
|
|
{ label: "地类编码", prop: "dkbh", align: 'center' },
|
|
|
{ label: "地类名称", prop: "dkmj", align: 'center', width: 110, },
|