|
@@ -567,7 +567,7 @@ export const menuOnLine = {
|
|
|
gotoPageInfo: {
|
|
|
index: "2",
|
|
|
subIndex: "1",
|
|
|
- name: "土地资源",
|
|
|
+ name: "土地资源"
|
|
|
},
|
|
|
topSolt: {
|
|
|
commonName: "TagTableCard",
|
|
@@ -576,45 +576,76 @@ export const menuOnLine = {
|
|
|
{
|
|
|
title: "基本农田面积",
|
|
|
value: 150,
|
|
|
- unit: "公顷",
|
|
|
- categoryData: ["2019", "2020", "2021"],
|
|
|
- valueData: [100, 120, 150],
|
|
|
+ unit: "km²",
|
|
|
+ categoryData: [
|
|
|
+ "2019",
|
|
|
+ "2020",
|
|
|
+ "2021"
|
|
|
+ ],
|
|
|
+ valueData: [
|
|
|
+ 100,
|
|
|
+ 120,
|
|
|
+ 150
|
|
|
+ ]
|
|
|
},
|
|
|
{
|
|
|
- title: "储备土地面积",
|
|
|
+ title: "带征地",
|
|
|
value: 250,
|
|
|
- unit: "公顷",
|
|
|
- categoryData: ["2019", "2020", "2021"],
|
|
|
- valueData: [2000, 220, 250],
|
|
|
+ unit: "km²",
|
|
|
+ categoryData: [
|
|
|
+ "2019",
|
|
|
+ "2020",
|
|
|
+ "2021"
|
|
|
+ ],
|
|
|
+ valueData: [
|
|
|
+ 2000,
|
|
|
+ 220,
|
|
|
+ 250
|
|
|
+ ]
|
|
|
},
|
|
|
{
|
|
|
title: "减量化面积",
|
|
|
value: 350,
|
|
|
- unit: "公顷",
|
|
|
- categoryData: ["2019", "2020", "2021"],
|
|
|
- valueData: [300, 20, 350],
|
|
|
+ unit: "km²",
|
|
|
+ categoryData: [
|
|
|
+ "2019",
|
|
|
+ "2020",
|
|
|
+ "2021"
|
|
|
+ ],
|
|
|
+ valueData: [
|
|
|
+ 300,
|
|
|
+ 20,
|
|
|
+ 350
|
|
|
+ ]
|
|
|
},
|
|
|
{
|
|
|
- title: "一般耕地面积",
|
|
|
+ title: "设施农用地",
|
|
|
value: 450,
|
|
|
- unit: "公顷",
|
|
|
- categoryData: ["2019", "2020", "2021"],
|
|
|
- valueData: [40, 420, 450],
|
|
|
+ unit: "km²",
|
|
|
+ categoryData: [
|
|
|
+ "2019",
|
|
|
+ "2020",
|
|
|
+ "2021"
|
|
|
+ ],
|
|
|
+ valueData: [
|
|
|
+ 40,
|
|
|
+ 420,
|
|
|
+ 450
|
|
|
+ ]
|
|
|
},
|
|
|
{
|
|
|
type: "tb",
|
|
|
title: "土地资源面积",
|
|
|
- value: 450,
|
|
|
- valueData: [172],
|
|
|
- unit: "公顷",
|
|
|
- categoryData: ["2019", "2020", "2021"],
|
|
|
- valueData: [40, 420, 450],
|
|
|
- },
|
|
|
- ],
|
|
|
+ valueData: [
|
|
|
+ 172
|
|
|
+ ],
|
|
|
+ unit: "km²"
|
|
|
+ }
|
|
|
+ ]
|
|
|
},
|
|
|
bottomSolt: {
|
|
|
- commonName: "ChartCard",
|
|
|
- },
|
|
|
+ commonName: "ChartCard"
|
|
|
+ }
|
|
|
},
|
|
|
{
|
|
|
type: "card",
|
|
@@ -625,7 +656,7 @@ export const menuOnLine = {
|
|
|
gotoPageInfo: {
|
|
|
index: "2",
|
|
|
subIndex: "2",
|
|
|
- name: "水资源",
|
|
|
+ name: "水资源"
|
|
|
},
|
|
|
topSolt: {
|
|
|
commonName: "TagCard",
|
|
@@ -634,29 +665,53 @@ export const menuOnLine = {
|
|
|
{
|
|
|
type: "tb",
|
|
|
title: "水域面积",
|
|
|
- unit: "公顷",
|
|
|
- categoryData: ["2019", "2020", "2021"],
|
|
|
- valueData: [40, 420, 654],
|
|
|
+ unit: "km²",
|
|
|
+ categoryData: [
|
|
|
+ "2019",
|
|
|
+ "2020",
|
|
|
+ "2021"
|
|
|
+ ],
|
|
|
+ valueData: [
|
|
|
+ 40,
|
|
|
+ 420,
|
|
|
+ 654
|
|
|
+ ]
|
|
|
},
|
|
|
{
|
|
|
type: "tb",
|
|
|
title: "区管河道数量",
|
|
|
unit: "条",
|
|
|
- categoryData: ["2019", "2020", "2021"],
|
|
|
- valueData: [400, 420, 654],
|
|
|
+ categoryData: [
|
|
|
+ "2019",
|
|
|
+ "2020",
|
|
|
+ "2021"
|
|
|
+ ],
|
|
|
+ valueData: [
|
|
|
+ 400,
|
|
|
+ 420,
|
|
|
+ 654
|
|
|
+ ]
|
|
|
},
|
|
|
{
|
|
|
type: "tb",
|
|
|
title: "镇管河道数量",
|
|
|
unit: "条",
|
|
|
- categoryData: ["2019", "2020", "2021"],
|
|
|
- valueData: [400, 40, 654],
|
|
|
- },
|
|
|
- ],
|
|
|
+ categoryData: [
|
|
|
+ "2019",
|
|
|
+ "2020",
|
|
|
+ "2021"
|
|
|
+ ],
|
|
|
+ valueData: [
|
|
|
+ 400,
|
|
|
+ 40,
|
|
|
+ 654
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ ]
|
|
|
},
|
|
|
bottomSolt: {
|
|
|
- commonName: "ChartCard",
|
|
|
- },
|
|
|
+ commonName: "ChartCard"
|
|
|
+ }
|
|
|
},
|
|
|
{
|
|
|
type: "card",
|
|
@@ -667,7 +722,7 @@ export const menuOnLine = {
|
|
|
gotoPageInfo: {
|
|
|
index: "2",
|
|
|
subIndex: "3",
|
|
|
- name: "林地资源",
|
|
|
+ name: "林地资源"
|
|
|
},
|
|
|
topSolt: {
|
|
|
commonName: "TagCard",
|
|
@@ -676,23 +731,39 @@ export const menuOnLine = {
|
|
|
{
|
|
|
type: "lr",
|
|
|
title: "林地面积",
|
|
|
- unit: "公顷",
|
|
|
- categoryData: ["2019", "2020", "2021"],
|
|
|
- valueData: [40, 420, 654],
|
|
|
+ unit: "km²",
|
|
|
+ categoryData: [
|
|
|
+ "2019",
|
|
|
+ "2020",
|
|
|
+ "2021"
|
|
|
+ ],
|
|
|
+ valueData: [
|
|
|
+ 40,
|
|
|
+ 420,
|
|
|
+ 654
|
|
|
+ ]
|
|
|
},
|
|
|
{
|
|
|
type: "lr",
|
|
|
title: "公益林面积",
|
|
|
- unit: "公顷",
|
|
|
- categoryData: ["2019", "2020", "2021"],
|
|
|
- valueData: [400, 420, 654],
|
|
|
- },
|
|
|
- ],
|
|
|
+ unit: "km²",
|
|
|
+ categoryData: [
|
|
|
+ "2019",
|
|
|
+ "2020",
|
|
|
+ "2021"
|
|
|
+ ],
|
|
|
+ valueData: [
|
|
|
+ 400,
|
|
|
+ 420,
|
|
|
+ 654
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ ]
|
|
|
},
|
|
|
bottomSolt: {
|
|
|
- commonName: "ChartCard",
|
|
|
- },
|
|
|
- },
|
|
|
+ commonName: "ChartCard"
|
|
|
+ }
|
|
|
+ }
|
|
|
],
|
|
|
leftW: [
|
|
|
[
|
|
@@ -710,8 +781,8 @@ export const menuOnLine = {
|
|
|
gotoPageInfo: {
|
|
|
index: "3",
|
|
|
subIndex: "",
|
|
|
- name: "综合分析",
|
|
|
- },
|
|
|
+ name: "综合分析"
|
|
|
+ }
|
|
|
},
|
|
|
{
|
|
|
type: "imageMenu",
|
|
@@ -727,8 +798,8 @@ export const menuOnLine = {
|
|
|
gotoPageInfo: {
|
|
|
index: "3",
|
|
|
subIndex: "",
|
|
|
- name: "综合分析",
|
|
|
- },
|
|
|
+ name: "综合分析"
|
|
|
+ }
|
|
|
},
|
|
|
{
|
|
|
type: "imageMenu",
|
|
@@ -744,8 +815,8 @@ export const menuOnLine = {
|
|
|
gotoPageInfo: {
|
|
|
index: "3",
|
|
|
subIndex: "",
|
|
|
- name: "综合分析",
|
|
|
- },
|
|
|
+ name: "综合分析"
|
|
|
+ }
|
|
|
},
|
|
|
{
|
|
|
type: "imageMenu",
|
|
@@ -761,15 +832,83 @@ export const menuOnLine = {
|
|
|
gotoPageInfo: {
|
|
|
index: "3",
|
|
|
subIndex: "",
|
|
|
- name: "综合分析",
|
|
|
- },
|
|
|
+ name: "综合分析"
|
|
|
+ }
|
|
|
},
|
|
|
+ {
|
|
|
+ type: "imageMenu",
|
|
|
+ index: 4,
|
|
|
+ title: "一般耕地种林",
|
|
|
+ titleWidth: 81,
|
|
|
+ boxHeight: 236,
|
|
|
+ imageUrl: "/static/images/4.png",
|
|
|
+ menuIndex: "2",
|
|
|
+ subMenuIndex: "1",
|
|
|
+ menuName: "土地资源",
|
|
|
+ position: "left",
|
|
|
+ gotoPageInfo: {
|
|
|
+ index: "3",
|
|
|
+ subIndex: "",
|
|
|
+ name: "综合分析"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ type: "imageMenu",
|
|
|
+ index: 5,
|
|
|
+ title: "一般耕地抛荒",
|
|
|
+ titleWidth: 81,
|
|
|
+ boxHeight: 236,
|
|
|
+ imageUrl: "/static/images/4.png",
|
|
|
+ menuIndex: "2",
|
|
|
+ subMenuIndex: "1",
|
|
|
+ menuName: "土地资源",
|
|
|
+ position: "left",
|
|
|
+ gotoPageInfo: {
|
|
|
+ index: "3",
|
|
|
+ subIndex: "",
|
|
|
+ name: "综合分析"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ type: "imageMenu",
|
|
|
+ index: 6,
|
|
|
+ title: "减量化复垦地块后种林",
|
|
|
+ titleWidth: 81,
|
|
|
+ boxHeight: 236,
|
|
|
+ imageUrl: "/static/images/4.png",
|
|
|
+ menuIndex: "2",
|
|
|
+ subMenuIndex: "1",
|
|
|
+ menuName: "土地资源",
|
|
|
+ position: "left",
|
|
|
+ gotoPageInfo: {
|
|
|
+ index: "3",
|
|
|
+ subIndex: "",
|
|
|
+ name: "综合分析"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ type: "imageMenu",
|
|
|
+ index: 7,
|
|
|
+ title: "减量化复垦地块……",
|
|
|
+ titleWidth: 81,
|
|
|
+ boxHeight: 236,
|
|
|
+ imageUrl: "/static/images/4.png",
|
|
|
+ menuIndex: "2",
|
|
|
+ subMenuIndex: "1",
|
|
|
+ menuName: "土地资源",
|
|
|
+ position: "left",
|
|
|
+ gotoPageInfo: {
|
|
|
+ index: "3",
|
|
|
+ subIndex: "",
|
|
|
+ name: "综合分析"
|
|
|
+ }
|
|
|
+ }
|
|
|
],
|
|
|
[
|
|
|
{
|
|
|
type: "imageMenu",
|
|
|
index: 0,
|
|
|
- title: "水域面积",
|
|
|
+ title: "河道被截断或填埋",
|
|
|
titleWidth: 81,
|
|
|
boxHeight: 236,
|
|
|
imageUrl: "/static/images/2.png",
|
|
@@ -780,13 +919,13 @@ export const menuOnLine = {
|
|
|
gotoPageInfo: {
|
|
|
index: "3",
|
|
|
subIndex: "",
|
|
|
- name: "综合分析",
|
|
|
- },
|
|
|
+ name: "综合分析"
|
|
|
+ }
|
|
|
},
|
|
|
{
|
|
|
type: "imageMenu",
|
|
|
index: 1,
|
|
|
- title: "区管河道数量",
|
|
|
+ title: "河道范围内有施工",
|
|
|
titleWidth: 81,
|
|
|
boxHeight: 236,
|
|
|
imageUrl: "/static/images/3.png",
|
|
@@ -797,13 +936,13 @@ export const menuOnLine = {
|
|
|
gotoPageInfo: {
|
|
|
index: "3",
|
|
|
subIndex: "",
|
|
|
- name: "综合分析",
|
|
|
- },
|
|
|
+ name: "综合分析"
|
|
|
+ }
|
|
|
},
|
|
|
{
|
|
|
type: "imageMenu",
|
|
|
index: 2,
|
|
|
- title: "镇管河道数量",
|
|
|
+ title: "河道周边存在不规范养殖",
|
|
|
titleWidth: 81,
|
|
|
boxHeight: 236,
|
|
|
imageUrl: "/static/images/1.png",
|
|
@@ -814,35 +953,86 @@ export const menuOnLine = {
|
|
|
gotoPageInfo: {
|
|
|
index: "3",
|
|
|
subIndex: "",
|
|
|
- name: "综合分析",
|
|
|
- },
|
|
|
+ name: "综合分析"
|
|
|
+ }
|
|
|
},
|
|
|
- ],
|
|
|
- [
|
|
|
{
|
|
|
type: "imageMenu",
|
|
|
- index: 0,
|
|
|
- title: "林地面积",
|
|
|
+ index: 3,
|
|
|
+ title: "渣土堆放",
|
|
|
titleWidth: 81,
|
|
|
boxHeight: 236,
|
|
|
imageUrl: "/static/images/1.png",
|
|
|
menuIndex: "2",
|
|
|
- subMenuIndex: "3",
|
|
|
- menuName: "林地资源",
|
|
|
+ subMenuIndex: "2",
|
|
|
+ menuName: "水资源",
|
|
|
position: "left",
|
|
|
gotoPageInfo: {
|
|
|
index: "3",
|
|
|
subIndex: "",
|
|
|
- name: "综合分析",
|
|
|
- },
|
|
|
+ name: "综合分析"
|
|
|
+ }
|
|
|
},
|
|
|
{
|
|
|
type: "imageMenu",
|
|
|
- index: 1,
|
|
|
- title: "公益林面积",
|
|
|
+ index: 2,
|
|
|
+ title: "垃圾倾倒",
|
|
|
titleWidth: 81,
|
|
|
boxHeight: 236,
|
|
|
- imageUrl: "/static/images/4.png",
|
|
|
+ imageUrl: "/static/images/1.png",
|
|
|
+ menuIndex: "2",
|
|
|
+ subMenuIndex: "2",
|
|
|
+ menuName: "水资源",
|
|
|
+ position: "left",
|
|
|
+ gotoPageInfo: {
|
|
|
+ index: "3",
|
|
|
+ subIndex: "",
|
|
|
+ name: "综合分析"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ type: "imageMenu",
|
|
|
+ index: 2,
|
|
|
+ title: "违章搭建",
|
|
|
+ titleWidth: 81,
|
|
|
+ boxHeight: 236,
|
|
|
+ imageUrl: "/static/images/1.png",
|
|
|
+ menuIndex: "2",
|
|
|
+ subMenuIndex: "2",
|
|
|
+ menuName: "水资源",
|
|
|
+ position: "left",
|
|
|
+ gotoPageInfo: {
|
|
|
+ index: "3",
|
|
|
+ subIndex: "",
|
|
|
+ name: "综合分析"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ type: "imageMenu",
|
|
|
+ index: 2,
|
|
|
+ title: "侵占水体",
|
|
|
+ titleWidth: 81,
|
|
|
+ boxHeight: 236,
|
|
|
+ imageUrl: "/static/images/1.png",
|
|
|
+ menuIndex: "2",
|
|
|
+ subMenuIndex: "2",
|
|
|
+ menuName: "水资源",
|
|
|
+ position: "left",
|
|
|
+ gotoPageInfo: {
|
|
|
+ index: "3",
|
|
|
+ subIndex: "",
|
|
|
+ name: "综合分析"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ [
|
|
|
+ {
|
|
|
+ type: "imageMenu",
|
|
|
+ index: 0,
|
|
|
+ title: "储备地块造林",
|
|
|
+ titleWidth: 81,
|
|
|
+ boxHeight: 236,
|
|
|
+ imageUrl: "/static/images/1.png",
|
|
|
menuIndex: "2",
|
|
|
subMenuIndex: "3",
|
|
|
menuName: "林地资源",
|
|
@@ -850,27 +1040,27 @@ export const menuOnLine = {
|
|
|
gotoPageInfo: {
|
|
|
index: "3",
|
|
|
subIndex: "",
|
|
|
- name: "综合分析",
|
|
|
- },
|
|
|
+ name: "综合分析"
|
|
|
+ }
|
|
|
},
|
|
|
{
|
|
|
type: "imageMenu",
|
|
|
index: 1,
|
|
|
- title: "垃圾堆放",
|
|
|
+ title: "林地被违规占用",
|
|
|
titleWidth: 81,
|
|
|
boxHeight: 236,
|
|
|
imageUrl: "/static/images/4.png",
|
|
|
menuIndex: "2",
|
|
|
- subMenuIndex: "4",
|
|
|
- menuName: "生态资源",
|
|
|
+ subMenuIndex: "3",
|
|
|
+ menuName: "林地资源",
|
|
|
position: "left",
|
|
|
gotoPageInfo: {
|
|
|
index: "3",
|
|
|
subIndex: "",
|
|
|
- name: "综合分析",
|
|
|
- },
|
|
|
+ name: "综合分析"
|
|
|
+ }
|
|
|
}
|
|
|
- ],
|
|
|
+ ]
|
|
|
],
|
|
|
main: [
|
|
|
{
|
|
@@ -881,8 +1071,8 @@ export const menuOnLine = {
|
|
|
boxBackground: "rgba(0,39,77,0.6)",
|
|
|
menuIndex: "1",
|
|
|
position: "top",
|
|
|
- minDomWidth: 1500,
|
|
|
- },
|
|
|
+ minDomWidth: 1500
|
|
|
+ }
|
|
|
],
|
|
|
right: [
|
|
|
[
|
|
@@ -894,6 +1084,10 @@ export const menuOnLine = {
|
|
|
position: "right",
|
|
|
minDomWidth: 1000,
|
|
|
columnId: 31,
|
|
|
+ sortField: {
|
|
|
+ field: "c_years",
|
|
|
+ orderByType: 1
|
|
|
+ },
|
|
|
topSolt: {
|
|
|
commonName: "TagCard",
|
|
|
commonData: [
|
|
@@ -902,13 +1096,13 @@ export const menuOnLine = {
|
|
|
title: "资金投入",
|
|
|
unit: "万元",
|
|
|
categoryData: [],
|
|
|
- valueData: [],
|
|
|
- },
|
|
|
- ],
|
|
|
+ valueData: []
|
|
|
+ }
|
|
|
+ ]
|
|
|
},
|
|
|
bottomSolt: {
|
|
|
- commonName: "ChartCard",
|
|
|
- },
|
|
|
+ commonName: "ChartCard"
|
|
|
+ }
|
|
|
},
|
|
|
{
|
|
|
type: "card",
|
|
@@ -926,30 +1120,54 @@ export const menuOnLine = {
|
|
|
title: "资源环境项目",
|
|
|
value: 172,
|
|
|
unit: "个",
|
|
|
- categoryData: ["2019", "2020", "2021"],
|
|
|
- valueData: [40, 420, 172],
|
|
|
+ categoryData: [
|
|
|
+ "2019",
|
|
|
+ "2020",
|
|
|
+ "2021"
|
|
|
+ ],
|
|
|
+ valueData: [
|
|
|
+ 40,
|
|
|
+ 420,
|
|
|
+ 172
|
|
|
+ ]
|
|
|
},
|
|
|
{
|
|
|
type: "tb",
|
|
|
- title: "实现“五个结合”审计项目",
|
|
|
+ title: "自然资源环境项目",
|
|
|
value: 156,
|
|
|
unit: "个",
|
|
|
- categoryData: ["2019", "2020", "2021"],
|
|
|
- valueData: [400, 420, 156],
|
|
|
+ categoryData: [
|
|
|
+ "2019",
|
|
|
+ "2020",
|
|
|
+ "2021"
|
|
|
+ ],
|
|
|
+ valueData: [
|
|
|
+ 400,
|
|
|
+ 420,
|
|
|
+ 156
|
|
|
+ ]
|
|
|
},
|
|
|
{
|
|
|
type: "tb",
|
|
|
title: "调查项目",
|
|
|
value: 188,
|
|
|
unit: "个",
|
|
|
- categoryData: ["2019", "2020", "2021"],
|
|
|
- valueData: [100, 40, 188],
|
|
|
- },
|
|
|
- ],
|
|
|
+ categoryData: [
|
|
|
+ "2019",
|
|
|
+ "2020",
|
|
|
+ "2021"
|
|
|
+ ],
|
|
|
+ valueData: [
|
|
|
+ 100,
|
|
|
+ 40,
|
|
|
+ 188
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ ]
|
|
|
},
|
|
|
bottomSolt: {
|
|
|
- commonName: "ChartCard",
|
|
|
- },
|
|
|
+ commonName: "ChartCard"
|
|
|
+ }
|
|
|
},
|
|
|
{
|
|
|
type: "card",
|
|
@@ -966,32 +1184,32 @@ export const menuOnLine = {
|
|
|
topData: [
|
|
|
{
|
|
|
number: 0,
|
|
|
- c_wtfl: "--",
|
|
|
+ c_wtfl: "--"
|
|
|
},
|
|
|
{
|
|
|
number: 0,
|
|
|
- c_wtfl: "--",
|
|
|
+ c_wtfl: "--"
|
|
|
},
|
|
|
{
|
|
|
number: 0,
|
|
|
- c_wtfl: "--",
|
|
|
+ c_wtfl: "--"
|
|
|
},
|
|
|
{
|
|
|
number: 0,
|
|
|
- c_wtfl: "--",
|
|
|
+ c_wtfl: "--"
|
|
|
},
|
|
|
{
|
|
|
number: 0,
|
|
|
- c_wtfl: "--",
|
|
|
- },
|
|
|
+ c_wtfl: "--"
|
|
|
+ }
|
|
|
],
|
|
|
commonName: "TOP",
|
|
|
gotoPageInfo: {
|
|
|
index: "5",
|
|
|
subIndex: "2",
|
|
|
- name: "频发问题",
|
|
|
- },
|
|
|
- },
|
|
|
+ name: "频发问题"
|
|
|
+ }
|
|
|
+ }
|
|
|
],
|
|
|
[
|
|
|
{
|
|
@@ -1007,9 +1225,13 @@ export const menuOnLine = {
|
|
|
pageSize: 5,
|
|
|
field: "c_zdsjsx",
|
|
|
commonName: "SUM",
|
|
|
- categoryData: ["2019", "2020", "2021"],
|
|
|
+ categoryData: [
|
|
|
+ "2019",
|
|
|
+ "2020",
|
|
|
+ "2021"
|
|
|
+ ],
|
|
|
paramJson: {
|
|
|
- sj_select: "1",
|
|
|
+ sj_select: "1"
|
|
|
},
|
|
|
topSolt: {
|
|
|
commonName: "TagCard",
|
|
@@ -1019,13 +1241,13 @@ export const menuOnLine = {
|
|
|
title: "土地类疑点",
|
|
|
unit: "个",
|
|
|
categoryData: [],
|
|
|
- valueData: [],
|
|
|
- },
|
|
|
- ],
|
|
|
+ valueData: []
|
|
|
+ }
|
|
|
+ ]
|
|
|
},
|
|
|
bottomSolt: {
|
|
|
- commonName: "ChartCard",
|
|
|
- },
|
|
|
+ commonName: "ChartCard"
|
|
|
+ }
|
|
|
},
|
|
|
{
|
|
|
type: "card",
|
|
@@ -1041,10 +1263,10 @@ export const menuOnLine = {
|
|
|
pageSize: 5,
|
|
|
field: "c_zdsjsx",
|
|
|
paramJson: {
|
|
|
- sj_select: "1",
|
|
|
+ sj_select: "1"
|
|
|
},
|
|
|
- topData: [],
|
|
|
- },
|
|
|
+ topData: []
|
|
|
+ }
|
|
|
],
|
|
|
[
|
|
|
{
|
|
@@ -1060,9 +1282,13 @@ export const menuOnLine = {
|
|
|
pageSize: 5,
|
|
|
field: "c_zdsjsx",
|
|
|
commonName: "SUM",
|
|
|
- categoryData: ["2019", "2020", "2021"],
|
|
|
+ categoryData: [
|
|
|
+ "2019",
|
|
|
+ "2020",
|
|
|
+ "2021"
|
|
|
+ ],
|
|
|
paramJson: {
|
|
|
- sj_select: "2",
|
|
|
+ sj_select: "2"
|
|
|
},
|
|
|
topSolt: {
|
|
|
commonName: "TagCard",
|
|
@@ -1072,13 +1298,13 @@ export const menuOnLine = {
|
|
|
title: "水资源类疑点",
|
|
|
unit: "个",
|
|
|
categoryData: [],
|
|
|
- valueData: [],
|
|
|
- },
|
|
|
- ],
|
|
|
+ valueData: []
|
|
|
+ }
|
|
|
+ ]
|
|
|
},
|
|
|
bottomSolt: {
|
|
|
- commonName: "ChartCard",
|
|
|
- },
|
|
|
+ commonName: "ChartCard"
|
|
|
+ }
|
|
|
},
|
|
|
{
|
|
|
type: "card",
|
|
@@ -1094,11 +1320,12 @@ export const menuOnLine = {
|
|
|
pageSize: 5,
|
|
|
field: "c_zdsjsx",
|
|
|
paramJson: {
|
|
|
- sj_select: "2",
|
|
|
+ sj_select: "2"
|
|
|
},
|
|
|
- topData: [],
|
|
|
- },
|
|
|
- ], [
|
|
|
+ topData: []
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ [
|
|
|
{
|
|
|
type: "card",
|
|
|
title: "林地类问题",
|
|
@@ -1112,9 +1339,13 @@ export const menuOnLine = {
|
|
|
pageSize: 5,
|
|
|
field: "c_zdsjsx",
|
|
|
commonName: "SUM",
|
|
|
- categoryData: ["2019", "2020", "2021"],
|
|
|
+ categoryData: [
|
|
|
+ "2019",
|
|
|
+ "2020",
|
|
|
+ "2021"
|
|
|
+ ],
|
|
|
paramJson: {
|
|
|
- sj_select: "3",
|
|
|
+ sj_select: "3"
|
|
|
},
|
|
|
topSolt: {
|
|
|
commonName: "TagCard",
|
|
@@ -1124,13 +1355,13 @@ export const menuOnLine = {
|
|
|
title: "林地类疑点",
|
|
|
unit: "个",
|
|
|
categoryData: [],
|
|
|
- valueData: [],
|
|
|
- },
|
|
|
- ],
|
|
|
+ valueData: []
|
|
|
+ }
|
|
|
+ ]
|
|
|
},
|
|
|
bottomSolt: {
|
|
|
- commonName: "ChartCard",
|
|
|
- },
|
|
|
+ commonName: "ChartCard"
|
|
|
+ }
|
|
|
},
|
|
|
{
|
|
|
type: "card",
|
|
@@ -1146,11 +1377,12 @@ export const menuOnLine = {
|
|
|
pageSize: 5,
|
|
|
field: "c_zdsjsx",
|
|
|
paramJson: {
|
|
|
- sj_select: "3",
|
|
|
+ sj_select: "3"
|
|
|
},
|
|
|
- topData: [],
|
|
|
- },
|
|
|
- ], [
|
|
|
+ topData: []
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ [
|
|
|
{
|
|
|
type: "card",
|
|
|
title: "生态类问题",
|
|
@@ -1164,9 +1396,13 @@ export const menuOnLine = {
|
|
|
pageSize: 5,
|
|
|
field: "c_zdsjsx",
|
|
|
commonName: "SUM",
|
|
|
- categoryData: ["2019", "2020", "2021"],
|
|
|
+ categoryData: [
|
|
|
+ "2019",
|
|
|
+ "2020",
|
|
|
+ "2021"
|
|
|
+ ],
|
|
|
paramJson: {
|
|
|
- sj_select: "4",
|
|
|
+ sj_select: "4"
|
|
|
},
|
|
|
topSolt: {
|
|
|
commonName: "TagCard",
|
|
@@ -1176,13 +1412,13 @@ export const menuOnLine = {
|
|
|
title: "生态类疑点",
|
|
|
unit: "个",
|
|
|
categoryData: [],
|
|
|
- valueData: [],
|
|
|
- },
|
|
|
- ],
|
|
|
+ valueData: []
|
|
|
+ }
|
|
|
+ ]
|
|
|
},
|
|
|
bottomSolt: {
|
|
|
- commonName: "ChartCard",
|
|
|
- },
|
|
|
+ commonName: "ChartCard"
|
|
|
+ }
|
|
|
},
|
|
|
{
|
|
|
type: "card",
|
|
@@ -1198,10 +1434,10 @@ export const menuOnLine = {
|
|
|
pageSize: 5,
|
|
|
field: "c_zdsjsx",
|
|
|
paramJson: {
|
|
|
- sj_select: "4",
|
|
|
+ sj_select: "4"
|
|
|
},
|
|
|
- topData: [],
|
|
|
- },
|
|
|
+ topData: []
|
|
|
+ }
|
|
|
]
|
|
|
],
|
|
|
rightW: [
|
|
@@ -1222,7 +1458,12 @@ export const menuOnLine = {
|
|
|
field: "c_zdsjsx",
|
|
|
commonName: "ALLLIST",
|
|
|
paramJson: {
|
|
|
- sj_select: ["1", "2", "3", "4"]
|
|
|
+ sj_select: [
|
|
|
+ "1",
|
|
|
+ "2",
|
|
|
+ "3",
|
|
|
+ "4"
|
|
|
+ ]
|
|
|
},
|
|
|
topSolt: {
|
|
|
commonName: "TagCard",
|
|
@@ -1232,24 +1473,27 @@ export const menuOnLine = {
|
|
|
title: "土地资源问题",
|
|
|
value: 0,
|
|
|
unit: "个"
|
|
|
- }, {
|
|
|
+ },
|
|
|
+ {
|
|
|
type: "lr",
|
|
|
title: "水资源问题",
|
|
|
value: 0,
|
|
|
unit: "个"
|
|
|
- }, {
|
|
|
+ },
|
|
|
+ {
|
|
|
type: "lr",
|
|
|
title: "林地资源问题",
|
|
|
value: 0,
|
|
|
unit: "个"
|
|
|
- }, {
|
|
|
+ },
|
|
|
+ {
|
|
|
type: "lr",
|
|
|
title: "生态资源问题",
|
|
|
value: 0,
|
|
|
unit: "个"
|
|
|
- },
|
|
|
+ }
|
|
|
]
|
|
|
- },
|
|
|
+ }
|
|
|
},
|
|
|
{
|
|
|
type: "card",
|
|
@@ -1266,8 +1510,9 @@ export const menuOnLine = {
|
|
|
pageSize: 10,
|
|
|
field: "c_zdsjsx",
|
|
|
paramJson: {},
|
|
|
- topData: [],
|
|
|
- }, {
|
|
|
+ topData: []
|
|
|
+ },
|
|
|
+ {
|
|
|
type: "card",
|
|
|
title: "历年频发问题TOP10",
|
|
|
titleWidth: 85,
|
|
@@ -1282,7 +1527,7 @@ export const menuOnLine = {
|
|
|
pageSize: 10,
|
|
|
field: "c_zdsjsx",
|
|
|
paramJson: {},
|
|
|
- topData: [],
|
|
|
+ topData: []
|
|
|
}
|
|
|
]
|
|
|
]
|