|
@@ -567,7 +567,7 @@ export const menuOnLine = {
|
|
|
gotoPageInfo: {
|
|
|
index: "2",
|
|
|
subIndex: "1",
|
|
|
- name: "土地资源"
|
|
|
+ name: "土地资源",
|
|
|
},
|
|
|
topSolt: {
|
|
|
commonName: "TagTableCard",
|
|
@@ -577,74 +577,42 @@ export const menuOnLine = {
|
|
|
title: "基本农田面积",
|
|
|
value: 150,
|
|
|
unit: "km²",
|
|
|
- categoryData: [
|
|
|
- "2019",
|
|
|
- "2020",
|
|
|
- "2021"
|
|
|
- ],
|
|
|
- valueData: [
|
|
|
- 100,
|
|
|
- 120,
|
|
|
- 150
|
|
|
- ]
|
|
|
+ categoryData: ["2019", "2020", "2021"],
|
|
|
+ valueData: [100, 120, 150],
|
|
|
},
|
|
|
{
|
|
|
title: "带征地",
|
|
|
value: 250,
|
|
|
unit: "km²",
|
|
|
- categoryData: [
|
|
|
- "2019",
|
|
|
- "2020",
|
|
|
- "2021"
|
|
|
- ],
|
|
|
- valueData: [
|
|
|
- 2000,
|
|
|
- 220,
|
|
|
- 250
|
|
|
- ]
|
|
|
+ categoryData: ["2019", "2020", "2021"],
|
|
|
+ valueData: [2000, 220, 250],
|
|
|
},
|
|
|
{
|
|
|
title: "减量化面积",
|
|
|
value: 350,
|
|
|
unit: "km²",
|
|
|
- categoryData: [
|
|
|
- "2019",
|
|
|
- "2020",
|
|
|
- "2021"
|
|
|
- ],
|
|
|
- valueData: [
|
|
|
- 300,
|
|
|
- 20,
|
|
|
- 350
|
|
|
- ]
|
|
|
+ categoryData: ["2019", "2020", "2021"],
|
|
|
+ valueData: [300, 20, 350],
|
|
|
},
|
|
|
{
|
|
|
title: "设施农用地",
|
|
|
value: 450,
|
|
|
unit: "km²",
|
|
|
- categoryData: [
|
|
|
- "2019",
|
|
|
- "2020",
|
|
|
- "2021"
|
|
|
- ],
|
|
|
- valueData: [
|
|
|
- 40,
|
|
|
- 420,
|
|
|
- 450
|
|
|
- ]
|
|
|
+ categoryData: ["2019", "2020", "2021"],
|
|
|
+ valueData: [40, 420, 450],
|
|
|
},
|
|
|
{
|
|
|
type: "tb",
|
|
|
title: "土地资源面积",
|
|
|
valueData: [],
|
|
|
categoryData: [],
|
|
|
- unit: "km²"
|
|
|
- }
|
|
|
- ]
|
|
|
+ unit: "km²",
|
|
|
+ },
|
|
|
+ ],
|
|
|
},
|
|
|
bottomSolt: {
|
|
|
- commonName: "ChartCard"
|
|
|
- }
|
|
|
+ commonName: "ChartCard",
|
|
|
+ },
|
|
|
},
|
|
|
{
|
|
|
type: "card",
|
|
@@ -655,7 +623,7 @@ export const menuOnLine = {
|
|
|
gotoPageInfo: {
|
|
|
index: "2",
|
|
|
subIndex: "2",
|
|
|
- name: "水资源"
|
|
|
+ name: "水资源",
|
|
|
},
|
|
|
topSolt: {
|
|
|
commonName: "TagCard",
|
|
@@ -665,52 +633,28 @@ export const menuOnLine = {
|
|
|
type: "tb",
|
|
|
title: "水域面积",
|
|
|
unit: "km²",
|
|
|
- categoryData: [
|
|
|
- "2019",
|
|
|
- "2020",
|
|
|
- "2021"
|
|
|
- ],
|
|
|
- valueData: [
|
|
|
- 40,
|
|
|
- 420,
|
|
|
- 654
|
|
|
- ]
|
|
|
+ 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",
|
|
@@ -721,7 +665,7 @@ export const menuOnLine = {
|
|
|
gotoPageInfo: {
|
|
|
index: "2",
|
|
|
subIndex: "3",
|
|
|
- name: "林地资源"
|
|
|
+ name: "林地资源",
|
|
|
},
|
|
|
topSolt: {
|
|
|
commonName: "TagCard",
|
|
@@ -731,38 +675,22 @@ export const menuOnLine = {
|
|
|
type: "lr",
|
|
|
title: "林地面积",
|
|
|
unit: "km²",
|
|
|
- categoryData: [
|
|
|
- "2019",
|
|
|
- "2020",
|
|
|
- "2021"
|
|
|
- ],
|
|
|
- valueData: [
|
|
|
- 40,
|
|
|
- 420,
|
|
|
- 654
|
|
|
- ]
|
|
|
+ categoryData: ["2019", "2020", "2021"],
|
|
|
+ valueData: [40, 420, 654],
|
|
|
},
|
|
|
{
|
|
|
type: "lr",
|
|
|
title: "公益林面积",
|
|
|
unit: "km²",
|
|
|
- categoryData: [
|
|
|
- "2019",
|
|
|
- "2020",
|
|
|
- "2021"
|
|
|
- ],
|
|
|
- valueData: [
|
|
|
- 400,
|
|
|
- 420,
|
|
|
- 654
|
|
|
- ]
|
|
|
- }
|
|
|
- ]
|
|
|
+ categoryData: ["2019", "2020", "2021"],
|
|
|
+ valueData: [400, 420, 654],
|
|
|
+ },
|
|
|
+ ],
|
|
|
},
|
|
|
bottomSolt: {
|
|
|
- commonName: "ChartCard"
|
|
|
- }
|
|
|
- }
|
|
|
+ commonName: "ChartCard",
|
|
|
+ },
|
|
|
+ },
|
|
|
],
|
|
|
leftW: [
|
|
|
[
|
|
@@ -780,8 +708,8 @@ export const menuOnLine = {
|
|
|
gotoPageInfo: {
|
|
|
index: "3",
|
|
|
subIndex: "",
|
|
|
- name: "综合分析"
|
|
|
- }
|
|
|
+ name: "综合分析",
|
|
|
+ },
|
|
|
},
|
|
|
{
|
|
|
type: "imageMenu",
|
|
@@ -797,8 +725,8 @@ export const menuOnLine = {
|
|
|
gotoPageInfo: {
|
|
|
index: "3",
|
|
|
subIndex: "",
|
|
|
- name: "综合分析"
|
|
|
- }
|
|
|
+ name: "综合分析",
|
|
|
+ },
|
|
|
},
|
|
|
{
|
|
|
type: "imageMenu",
|
|
@@ -814,8 +742,8 @@ export const menuOnLine = {
|
|
|
gotoPageInfo: {
|
|
|
index: "3",
|
|
|
subIndex: "",
|
|
|
- name: "综合分析"
|
|
|
- }
|
|
|
+ name: "综合分析",
|
|
|
+ },
|
|
|
},
|
|
|
{
|
|
|
type: "imageMenu",
|
|
@@ -831,8 +759,8 @@ export const menuOnLine = {
|
|
|
gotoPageInfo: {
|
|
|
index: "3",
|
|
|
subIndex: "",
|
|
|
- name: "综合分析"
|
|
|
- }
|
|
|
+ name: "综合分析",
|
|
|
+ },
|
|
|
},
|
|
|
{
|
|
|
type: "imageMenu",
|
|
@@ -848,8 +776,8 @@ export const menuOnLine = {
|
|
|
gotoPageInfo: {
|
|
|
index: "3",
|
|
|
subIndex: "",
|
|
|
- name: "综合分析"
|
|
|
- }
|
|
|
+ name: "综合分析",
|
|
|
+ },
|
|
|
},
|
|
|
{
|
|
|
type: "imageMenu",
|
|
@@ -865,8 +793,8 @@ export const menuOnLine = {
|
|
|
gotoPageInfo: {
|
|
|
index: "3",
|
|
|
subIndex: "",
|
|
|
- name: "综合分析"
|
|
|
- }
|
|
|
+ name: "综合分析",
|
|
|
+ },
|
|
|
},
|
|
|
{
|
|
|
type: "imageMenu",
|
|
@@ -882,8 +810,8 @@ export const menuOnLine = {
|
|
|
gotoPageInfo: {
|
|
|
index: "3",
|
|
|
subIndex: "",
|
|
|
- name: "综合分析"
|
|
|
- }
|
|
|
+ name: "综合分析",
|
|
|
+ },
|
|
|
},
|
|
|
{
|
|
|
type: "imageMenu",
|
|
@@ -899,9 +827,9 @@ export const menuOnLine = {
|
|
|
gotoPageInfo: {
|
|
|
index: "3",
|
|
|
subIndex: "",
|
|
|
- name: "综合分析"
|
|
|
- }
|
|
|
- }
|
|
|
+ name: "综合分析",
|
|
|
+ },
|
|
|
+ },
|
|
|
],
|
|
|
[
|
|
|
{
|
|
@@ -918,8 +846,8 @@ export const menuOnLine = {
|
|
|
gotoPageInfo: {
|
|
|
index: "3",
|
|
|
subIndex: "",
|
|
|
- name: "综合分析"
|
|
|
- }
|
|
|
+ name: "综合分析",
|
|
|
+ },
|
|
|
},
|
|
|
{
|
|
|
type: "imageMenu",
|
|
@@ -935,8 +863,8 @@ export const menuOnLine = {
|
|
|
gotoPageInfo: {
|
|
|
index: "3",
|
|
|
subIndex: "",
|
|
|
- name: "综合分析"
|
|
|
- }
|
|
|
+ name: "综合分析",
|
|
|
+ },
|
|
|
},
|
|
|
{
|
|
|
type: "imageMenu",
|
|
@@ -952,8 +880,8 @@ export const menuOnLine = {
|
|
|
gotoPageInfo: {
|
|
|
index: "3",
|
|
|
subIndex: "",
|
|
|
- name: "综合分析"
|
|
|
- }
|
|
|
+ name: "综合分析",
|
|
|
+ },
|
|
|
},
|
|
|
{
|
|
|
type: "imageMenu",
|
|
@@ -969,8 +897,8 @@ export const menuOnLine = {
|
|
|
gotoPageInfo: {
|
|
|
index: "3",
|
|
|
subIndex: "",
|
|
|
- name: "综合分析"
|
|
|
- }
|
|
|
+ name: "综合分析",
|
|
|
+ },
|
|
|
},
|
|
|
{
|
|
|
type: "imageMenu",
|
|
@@ -986,8 +914,8 @@ export const menuOnLine = {
|
|
|
gotoPageInfo: {
|
|
|
index: "3",
|
|
|
subIndex: "",
|
|
|
- name: "综合分析"
|
|
|
- }
|
|
|
+ name: "综合分析",
|
|
|
+ },
|
|
|
},
|
|
|
{
|
|
|
type: "imageMenu",
|
|
@@ -1003,8 +931,8 @@ export const menuOnLine = {
|
|
|
gotoPageInfo: {
|
|
|
index: "3",
|
|
|
subIndex: "",
|
|
|
- name: "综合分析"
|
|
|
- }
|
|
|
+ name: "综合分析",
|
|
|
+ },
|
|
|
},
|
|
|
{
|
|
|
type: "imageMenu",
|
|
@@ -1020,9 +948,9 @@ export const menuOnLine = {
|
|
|
gotoPageInfo: {
|
|
|
index: "3",
|
|
|
subIndex: "",
|
|
|
- name: "综合分析"
|
|
|
- }
|
|
|
- }
|
|
|
+ name: "综合分析",
|
|
|
+ },
|
|
|
+ },
|
|
|
],
|
|
|
[
|
|
|
{
|
|
@@ -1039,8 +967,8 @@ export const menuOnLine = {
|
|
|
gotoPageInfo: {
|
|
|
index: "3",
|
|
|
subIndex: "",
|
|
|
- name: "综合分析"
|
|
|
- }
|
|
|
+ name: "综合分析",
|
|
|
+ },
|
|
|
},
|
|
|
{
|
|
|
type: "imageMenu",
|
|
@@ -1056,10 +984,10 @@ export const menuOnLine = {
|
|
|
gotoPageInfo: {
|
|
|
index: "3",
|
|
|
subIndex: "",
|
|
|
- name: "综合分析"
|
|
|
- }
|
|
|
- }
|
|
|
- ]
|
|
|
+ name: "综合分析",
|
|
|
+ },
|
|
|
+ },
|
|
|
+ ],
|
|
|
],
|
|
|
main: [
|
|
|
{
|
|
@@ -1070,8 +998,8 @@ export const menuOnLine = {
|
|
|
boxBackground: "rgba(0,39,77,0.6)",
|
|
|
menuIndex: "1",
|
|
|
position: "top",
|
|
|
- minDomWidth: 1500
|
|
|
- }
|
|
|
+ minDomWidth: 1500,
|
|
|
+ },
|
|
|
],
|
|
|
right: [
|
|
|
[
|
|
@@ -1085,7 +1013,7 @@ export const menuOnLine = {
|
|
|
columnId: 31,
|
|
|
sortField: {
|
|
|
field: "c_years",
|
|
|
- orderByType: 1
|
|
|
+ orderByType: 1,
|
|
|
},
|
|
|
topSolt: {
|
|
|
commonName: "TagCard",
|
|
@@ -1095,13 +1023,13 @@ export const menuOnLine = {
|
|
|
title: "资金投入",
|
|
|
unit: "万元",
|
|
|
categoryData: [],
|
|
|
- valueData: []
|
|
|
- }
|
|
|
- ]
|
|
|
+ valueData: [],
|
|
|
+ },
|
|
|
+ ],
|
|
|
},
|
|
|
bottomSolt: {
|
|
|
- commonName: "ChartCard"
|
|
|
- }
|
|
|
+ commonName: "ChartCard",
|
|
|
+ },
|
|
|
},
|
|
|
{
|
|
|
type: "card",
|
|
@@ -1124,58 +1052,34 @@ export const menuOnLine = {
|
|
|
title: "资源环境项目",
|
|
|
value: 3,
|
|
|
unit: "个",
|
|
|
- categoryData: [
|
|
|
- "2019",
|
|
|
- "2020",
|
|
|
- "2021"
|
|
|
- ],
|
|
|
- valueData: [
|
|
|
- 3,
|
|
|
- 3,
|
|
|
- 3
|
|
|
- ]
|
|
|
+ categoryData: ["2019", "2020", "2021"],
|
|
|
+ valueData: [3, 3, 3],
|
|
|
},
|
|
|
{
|
|
|
type: "tb",
|
|
|
title: "实现“五个结合”审计项目",
|
|
|
value: 6,
|
|
|
unit: "个",
|
|
|
- categoryData: [
|
|
|
- "2019",
|
|
|
- "2020",
|
|
|
- "2021"
|
|
|
- ],
|
|
|
- valueData: [
|
|
|
- 7,
|
|
|
- 6,
|
|
|
- 6
|
|
|
- ]
|
|
|
+ categoryData: ["2019", "2020", "2021"],
|
|
|
+ valueData: [7, 6, 6],
|
|
|
},
|
|
|
{
|
|
|
type: "tb",
|
|
|
title: "调查项目",
|
|
|
value: 1,
|
|
|
unit: "个",
|
|
|
- categoryData: [
|
|
|
- "2019",
|
|
|
- "2020",
|
|
|
- "2021"
|
|
|
- ],
|
|
|
- valueData: [
|
|
|
- 2,
|
|
|
- 1,
|
|
|
- 2
|
|
|
- ]
|
|
|
- }
|
|
|
- ]
|
|
|
+ categoryData: ["2019", "2020", "2021"],
|
|
|
+ valueData: [2, 1, 2],
|
|
|
+ },
|
|
|
+ ],
|
|
|
},
|
|
|
gotoPageInfo: {
|
|
|
index: "4",
|
|
|
- name: "全流程管理"
|
|
|
+ name: "全流程管理",
|
|
|
},
|
|
|
bottomSolt: {
|
|
|
- commonName: "ChartCard"
|
|
|
- }
|
|
|
+ commonName: "ChartCard",
|
|
|
+ },
|
|
|
},
|
|
|
{
|
|
|
type: "card",
|
|
@@ -1189,40 +1093,40 @@ export const menuOnLine = {
|
|
|
columnId: 1127,
|
|
|
pageSize: 10,
|
|
|
field: "c_ckwtdxwt",
|
|
|
- isScroll:true,
|
|
|
+ isScroll: true,
|
|
|
pramJson: {
|
|
|
- c_bsjzwt: ""
|
|
|
+ c_bsjzwt: "",
|
|
|
},
|
|
|
bsjzColumnName: "c_bsjzwt",
|
|
|
topData: [
|
|
|
{
|
|
|
number: 0,
|
|
|
- c_ckwtdxwt: "--"
|
|
|
+ c_ckwtdxwt: "--",
|
|
|
},
|
|
|
{
|
|
|
number: 0,
|
|
|
- c_ckwtdxwt: "--"
|
|
|
+ c_ckwtdxwt: "--",
|
|
|
},
|
|
|
{
|
|
|
number: 0,
|
|
|
- c_ckwtdxwt: "--"
|
|
|
+ c_ckwtdxwt: "--",
|
|
|
},
|
|
|
{
|
|
|
number: 0,
|
|
|
- c_ckwtdxwt: "--"
|
|
|
+ c_ckwtdxwt: "--",
|
|
|
},
|
|
|
{
|
|
|
number: 0,
|
|
|
- c_ckwtdxwt: "--"
|
|
|
- }
|
|
|
+ c_ckwtdxwt: "--",
|
|
|
+ },
|
|
|
],
|
|
|
commonName: "TOP",
|
|
|
gotoPageInfo: {
|
|
|
index: "5",
|
|
|
subIndex: "2",
|
|
|
- name: "历史问题"
|
|
|
- }
|
|
|
- }
|
|
|
+ name: "历史问题",
|
|
|
+ },
|
|
|
+ },
|
|
|
],
|
|
|
[
|
|
|
{
|
|
@@ -1238,13 +1142,9 @@ export const menuOnLine = {
|
|
|
pageSize: 5,
|
|
|
field: "c_zdsjsx",
|
|
|
// commonName: "SUM",
|
|
|
- categoryData: [
|
|
|
- "2020",
|
|
|
- "2021",
|
|
|
- "2022"
|
|
|
- ],
|
|
|
+ categoryData: ["2020", "2021", "2022"],
|
|
|
paramJson: {
|
|
|
- sj_select: "1"
|
|
|
+ sj_select: "1",
|
|
|
},
|
|
|
topSolt: {
|
|
|
commonName: "TagCard",
|
|
@@ -1254,13 +1154,13 @@ export const menuOnLine = {
|
|
|
// title: "土地类疑点",
|
|
|
unit: "个",
|
|
|
categoryData: [],
|
|
|
- valueData: []
|
|
|
- }
|
|
|
- ]
|
|
|
+ valueData: [],
|
|
|
+ },
|
|
|
+ ],
|
|
|
},
|
|
|
bottomSolt: {
|
|
|
- commonName: "ChartCard"
|
|
|
- }
|
|
|
+ commonName: "ChartCard",
|
|
|
+ },
|
|
|
},
|
|
|
{
|
|
|
type: "card",
|
|
@@ -1276,10 +1176,10 @@ export const menuOnLine = {
|
|
|
pageSize: 5,
|
|
|
field: "c_zdsjsx",
|
|
|
paramJson: {
|
|
|
- sj_select: "1"
|
|
|
+ sj_select: "1",
|
|
|
},
|
|
|
- topData: []
|
|
|
- }
|
|
|
+ topData: [],
|
|
|
+ },
|
|
|
],
|
|
|
[
|
|
|
{
|
|
@@ -1295,13 +1195,9 @@ export const menuOnLine = {
|
|
|
pageSize: 5,
|
|
|
field: "c_zdsjsx",
|
|
|
// commonName: "SUM",
|
|
|
- categoryData: [
|
|
|
- "2020",
|
|
|
- "2021",
|
|
|
- "2022"
|
|
|
- ],
|
|
|
+ categoryData: ["2020", "2021", "2022"],
|
|
|
paramJson: {
|
|
|
- sj_select: "2"
|
|
|
+ sj_select: "2",
|
|
|
},
|
|
|
topSolt: {
|
|
|
commonName: "TagCard",
|
|
@@ -1311,13 +1207,13 @@ export const menuOnLine = {
|
|
|
// title: "水资源类疑点",
|
|
|
unit: "个",
|
|
|
categoryData: [],
|
|
|
- valueData: []
|
|
|
- }
|
|
|
- ]
|
|
|
+ valueData: [],
|
|
|
+ },
|
|
|
+ ],
|
|
|
},
|
|
|
bottomSolt: {
|
|
|
- commonName: "ChartCard"
|
|
|
- }
|
|
|
+ commonName: "ChartCard",
|
|
|
+ },
|
|
|
},
|
|
|
{
|
|
|
type: "card",
|
|
@@ -1333,10 +1229,10 @@ export const menuOnLine = {
|
|
|
pageSize: 5,
|
|
|
field: "c_zdsjsx",
|
|
|
paramJson: {
|
|
|
- sj_select: "2"
|
|
|
+ sj_select: "2",
|
|
|
},
|
|
|
- topData: []
|
|
|
- }
|
|
|
+ topData: [],
|
|
|
+ },
|
|
|
],
|
|
|
[
|
|
|
{
|
|
@@ -1352,13 +1248,9 @@ export const menuOnLine = {
|
|
|
pageSize: 5,
|
|
|
field: "c_zdsjsx",
|
|
|
// commonName: "SUM",
|
|
|
- categoryData: [
|
|
|
- "2020",
|
|
|
- "2021",
|
|
|
- "2022"
|
|
|
- ],
|
|
|
+ categoryData: ["2020", "2021", "2022"],
|
|
|
paramJson: {
|
|
|
- sj_select: "3"
|
|
|
+ sj_select: "3",
|
|
|
},
|
|
|
topSolt: {
|
|
|
commonName: "TagCard",
|
|
@@ -1368,13 +1260,13 @@ export const menuOnLine = {
|
|
|
// title: "林地类疑点",
|
|
|
unit: "个",
|
|
|
categoryData: [],
|
|
|
- valueData: []
|
|
|
- }
|
|
|
- ]
|
|
|
+ valueData: [],
|
|
|
+ },
|
|
|
+ ],
|
|
|
},
|
|
|
bottomSolt: {
|
|
|
- commonName: "ChartCard"
|
|
|
- }
|
|
|
+ commonName: "ChartCard",
|
|
|
+ },
|
|
|
},
|
|
|
{
|
|
|
type: "card",
|
|
@@ -1390,10 +1282,10 @@ export const menuOnLine = {
|
|
|
pageSize: 5,
|
|
|
field: "c_zdsjsx",
|
|
|
paramJson: {
|
|
|
- sj_select: "3"
|
|
|
+ sj_select: "3",
|
|
|
},
|
|
|
- topData: []
|
|
|
- }
|
|
|
+ topData: [],
|
|
|
+ },
|
|
|
],
|
|
|
[
|
|
|
{
|
|
@@ -1409,13 +1301,9 @@ export const menuOnLine = {
|
|
|
pageSize: 5,
|
|
|
field: "c_zdsjsx",
|
|
|
// commonName: "SUM",
|
|
|
- categoryData: [
|
|
|
- "2020",
|
|
|
- "2021",
|
|
|
- "2022"
|
|
|
- ],
|
|
|
+ categoryData: ["2020", "2021", "2022"],
|
|
|
paramJson: {
|
|
|
- sj_select: "4"
|
|
|
+ sj_select: "4",
|
|
|
},
|
|
|
topSolt: {
|
|
|
commonName: "TagCard",
|
|
@@ -1425,13 +1313,13 @@ export const menuOnLine = {
|
|
|
// title: "生态类疑点",
|
|
|
unit: "个",
|
|
|
categoryData: [],
|
|
|
- valueData: []
|
|
|
- }
|
|
|
- ]
|
|
|
+ valueData: [],
|
|
|
+ },
|
|
|
+ ],
|
|
|
},
|
|
|
bottomSolt: {
|
|
|
- commonName: "ChartCard"
|
|
|
- }
|
|
|
+ commonName: "ChartCard",
|
|
|
+ },
|
|
|
},
|
|
|
{
|
|
|
type: "card",
|
|
@@ -1447,11 +1335,11 @@ export const menuOnLine = {
|
|
|
pageSize: 5,
|
|
|
field: "c_zdsjsx",
|
|
|
paramJson: {
|
|
|
- sj_select: "4"
|
|
|
+ sj_select: "4",
|
|
|
},
|
|
|
- topData: []
|
|
|
- }
|
|
|
- ]
|
|
|
+ topData: [],
|
|
|
+ },
|
|
|
+ ],
|
|
|
],
|
|
|
rightW: [
|
|
|
[
|
|
@@ -1471,12 +1359,7 @@ export const menuOnLine = {
|
|
|
field: "c_zdsjsx",
|
|
|
commonName: "ALLLIST",
|
|
|
paramJson: {
|
|
|
- sj_select: [
|
|
|
- "1",
|
|
|
- "2",
|
|
|
- "3",
|
|
|
- "4"
|
|
|
- ]
|
|
|
+ sj_select: ["1", "2", "3", "4"],
|
|
|
},
|
|
|
topSolt: {
|
|
|
commonName: "TagCard",
|
|
@@ -1485,32 +1368,32 @@ export const menuOnLine = {
|
|
|
type: "lr",
|
|
|
title: "土地资源问题",
|
|
|
value: 0,
|
|
|
- unit: "个"
|
|
|
+ unit: "个",
|
|
|
},
|
|
|
{
|
|
|
type: "lr",
|
|
|
title: "水资源问题",
|
|
|
value: 0,
|
|
|
- unit: "个"
|
|
|
+ unit: "个",
|
|
|
},
|
|
|
{
|
|
|
type: "lr",
|
|
|
title: "林地资源问题",
|
|
|
value: 0,
|
|
|
- unit: "个"
|
|
|
+ unit: "个",
|
|
|
},
|
|
|
{
|
|
|
type: "lr",
|
|
|
title: "生态资源问题",
|
|
|
value: 0,
|
|
|
- unit: "个"
|
|
|
- }
|
|
|
- ]
|
|
|
- }
|
|
|
+ unit: "个",
|
|
|
+ },
|
|
|
+ ],
|
|
|
+ },
|
|
|
},
|
|
|
{
|
|
|
type: "card",
|
|
|
- title: "资金投入TOP10(亿元)",
|
|
|
+ title: "资金投入TOP5(亿元)",
|
|
|
titleWidth: 100,
|
|
|
boxWidth: "395",
|
|
|
menuIndex: "2",
|
|
@@ -1518,53 +1401,61 @@ export const menuOnLine = {
|
|
|
position: "right",
|
|
|
minDomWidth: 1200,
|
|
|
commonName: "TOP",
|
|
|
+ setBarWidth:35,
|
|
|
// getUrl: "/dms/content/selectGroupByCountOrderBy",
|
|
|
// columnId: 1133,
|
|
|
// pageSize: 10,
|
|
|
// bsjzColumnName: "c_ssjzzjtr",
|
|
|
field: "c_kmc",
|
|
|
paramJson: {},
|
|
|
- topData: [{
|
|
|
- c_kmc: "农业",
|
|
|
- number: 50.9,
|
|
|
- info: "8.22"
|
|
|
- }, {
|
|
|
- c_kmc: "农村综合改革",
|
|
|
- number: 34,
|
|
|
- info: "3.44"
|
|
|
- }, {
|
|
|
- c_kmc: "水利",
|
|
|
- number: 12.8,
|
|
|
- info: "2.06"
|
|
|
- }, {
|
|
|
- c_kmc: "其他农林水支出",
|
|
|
- number: 5.7,
|
|
|
- info: "0.92"
|
|
|
- }, {
|
|
|
- c_kmc: "自然生态保护",
|
|
|
- number: 4.3,
|
|
|
- info: "0.70"
|
|
|
- }, {
|
|
|
- c_kmc: "林业和草原",
|
|
|
- number: 2.0,
|
|
|
- info: "0.32"
|
|
|
- }, {
|
|
|
- c_kmc: "环境保护管理事务",
|
|
|
- number: 1.0,
|
|
|
- info: "0.17"
|
|
|
- }, {
|
|
|
- c_kmc: "农业农村",
|
|
|
- number: 0.9,
|
|
|
- info: "0.15"
|
|
|
- }, {
|
|
|
- c_kmc: "扶贫",
|
|
|
- number: 0.7,
|
|
|
- info: "0.12"
|
|
|
- }, {
|
|
|
- c_kmc: "其他节能环保支出",
|
|
|
- number: 0.2,
|
|
|
- info: "0.02"
|
|
|
- }]
|
|
|
+ topData: [
|
|
|
+ {
|
|
|
+ c_kmc: "农业",
|
|
|
+ number: 50.9,
|
|
|
+ info: "8.22",
|
|
|
+ },
|
|
|
+ {
|
|
|
+ c_kmc: "农村综合改革",
|
|
|
+ number: 34,
|
|
|
+ info: "3.44",
|
|
|
+ },
|
|
|
+ {
|
|
|
+ c_kmc: "水利",
|
|
|
+ number: 12.8,
|
|
|
+ info: "2.06",
|
|
|
+ },
|
|
|
+ {
|
|
|
+ c_kmc: "其他农林水支出",
|
|
|
+ number: 5.7,
|
|
|
+ info: "0.92",
|
|
|
+ },
|
|
|
+ {
|
|
|
+ c_kmc: "自然生态保护",
|
|
|
+ number: 4.3,
|
|
|
+ info: "0.70",
|
|
|
+ },
|
|
|
+ // {
|
|
|
+ // c_kmc: "林业和草原",
|
|
|
+ // number: 2.0,
|
|
|
+ // info: "0.32"
|
|
|
+ // }, {
|
|
|
+ // c_kmc: "环境保护管理事务",
|
|
|
+ // number: 1.0,
|
|
|
+ // info: "0.17"
|
|
|
+ // }, {
|
|
|
+ // c_kmc: "农业农村",
|
|
|
+ // number: 0.9,
|
|
|
+ // info: "0.15"
|
|
|
+ // }, {
|
|
|
+ // c_kmc: "扶贫",
|
|
|
+ // number: 0.7,
|
|
|
+ // info: "0.12"
|
|
|
+ // }, {
|
|
|
+ // c_kmc: "其他节能环保支出",
|
|
|
+ // number: 0.2,
|
|
|
+ // info: "0.02"
|
|
|
+ // }
|
|
|
+ ],
|
|
|
},
|
|
|
{
|
|
|
type: "card",
|
|
@@ -1581,11 +1472,11 @@ export const menuOnLine = {
|
|
|
pageSize: 10,
|
|
|
field: "c_ckwtdxwt",
|
|
|
pramJson: {
|
|
|
- c_bsjzwt: ""
|
|
|
+ c_bsjzwt: "",
|
|
|
},
|
|
|
bsjzColumnName: "c_bsjzwt",
|
|
|
- topData: []
|
|
|
- }
|
|
|
- ]
|
|
|
- ]
|
|
|
+ topData: [],
|
|
|
+ },
|
|
|
+ ],
|
|
|
+ ],
|
|
|
};
|