|
@@ -26,16 +26,16 @@ export const zllist = {
|
|
|
{ name: "省级\n已审核", prop: "SJJYSH", prop3: "完成进度" },
|
|
|
],
|
|
|
judge: [
|
|
|
- { name: "监测\n图斑", pro: "JCAll" },
|
|
|
+ { name: "监测\n图斑", prop: "JCAll" },
|
|
|
{ name: "未判定\n图斑", prop: "WPD", prop3: "占比" },
|
|
|
{ name: "已判定\n图斑\n(拆分前)", prop: "PDCFQ", prop3: "占比" },
|
|
|
{ name: "已判定\n图斑\n(拆分后)", prop: "PDCFH" },
|
|
|
],
|
|
|
result: [
|
|
|
- { name: "已判定\n图斑", pro: "PDAll", api: "pdjg" },
|
|
|
- { name: "判定为\n合法用地", prop: "HFYD", prop3: "占比", api: "pdjg" },
|
|
|
- { name: "判定为\n违法用地", prop: "WFYD", prop3: "占比", api: "pdjg" },
|
|
|
- { name: "判定为\n其它用地", prop: "QTYD", prop3: "占比", api: "pdjg" },
|
|
|
+ { name: "已判定\n图斑", prop: "PDAll", api: "pdjg" },
|
|
|
+ { name: "判定为\n合法用地", prop: "PDHF", prop3: "占比", api: "pdjg" },
|
|
|
+ { name: "判定为\n违法用地", prop: "PDWF", prop3: "占比", api: "pdjg" },
|
|
|
+ { name: "判定为\n其它用地", prop: "PDQT", prop3: "占比", api: "pdjg" },
|
|
|
],
|
|
|
}
|
|
|
export const titles = {
|
|
@@ -57,27 +57,27 @@ export const allTable = [
|
|
|
]
|
|
|
export const judgeTable = [
|
|
|
{ label: "行政区", prop: "xzqmc", width: '80px', align: 'center' },
|
|
|
- { label: "图斑数", prop: "countNumber", width: '60px' },
|
|
|
- { label: "图斑面积", prop: "countSum", width: '100px', align: 'center' },
|
|
|
+ // { label: "图斑数", prop: "countNumber", width: '70px' },
|
|
|
+ // { label: "图斑面积", prop: "countSum", width: '100px', align: 'center' },
|
|
|
{
|
|
|
label: "监测图斑", list: [
|
|
|
- { label: "图斑数", prop: "szxzc", width: '60px' },
|
|
|
- { label: "图斑面积", prop: "name", width: '100px', align: 'center' },]
|
|
|
+ { label: "图斑数", prop: "v1_number", width: '70px' },
|
|
|
+ { label: "图斑面积", prop: "v1_sum", width: '100px', align: 'center' },]
|
|
|
},
|
|
|
{
|
|
|
label: "未判定图斑", list: [
|
|
|
- { label: "图斑数", prop: "szxzc", width: '60px' },
|
|
|
- { label: "图斑面积", prop: "name", width: '100px', align: 'center' },]
|
|
|
+ { label: "图斑数", prop: "v2_number", width: '70px' },
|
|
|
+ { label: "图斑面积", prop: "v2_sum", width: '100px', align: 'center' },]
|
|
|
},
|
|
|
{
|
|
|
label: "已判定图斑(拆分前)", list: [
|
|
|
- { label: "图斑数", prop: "szxzc", width: '60px' },
|
|
|
- { label: "图斑面积", prop: "name", width: '100px', align: 'center' },]
|
|
|
+ { label: "图斑数", prop: "v3_number", width: '70px' },
|
|
|
+ { label: "图斑面积", prop: "v3_sum", width: '100px', align: 'center' },]
|
|
|
},
|
|
|
{
|
|
|
label: "已判定图斑(拆分后)", list: [
|
|
|
- { label: "图斑数", prop: "szxzc", width: '60px' },
|
|
|
- { label: "图斑面积", prop: "name", width: '100px', align: 'center' },]
|
|
|
+ { label: "图斑数", prop: "v4_number", width: '70px' },
|
|
|
+ { label: "图斑面积", prop: "v4_sum", width: '100px', align: 'center' },]
|
|
|
},
|
|
|
]
|
|
|
|