Browse Source

修改南岸区数据

sunjuan 1 năm trước cách đây
mục cha
commit
61e4cdf274

+ 1 - 1
nngkxxdp/src/main/resources/static/natj/enter_showStatis_mobile.html

@@ -376,7 +376,7 @@
 				<ul class="layui-tab-title" style="height: 36px">
 
 					<li class="layui-this" lay-id="fixedAssetsmain"  style="font-size: 12px;padding:0 10px;">固定资产投资总额</li>
-					<li lay-id="realtyMarketmain"  style="font-size: 12px;padding:0 10px;">商品房建设与销售</li>
+					<li lay-id="realtyMarketmain"  style="font-size: 12px;padding:0 10px;">商品房销售面积</li>
 					<li lay-id="inlandTrademain"  style="font-size: 12px;padding:0 10px;">社会消费品零售总额</li>
 					<!-- <li lay-id="bankmain" style="width: 100px;">金融机构存贷款</li> -->
 				</ul>

+ 2 - 1
nngkxxdp/src/main/resources/static/natj/js/enterStatisMain.js

@@ -155,6 +155,7 @@ layui.use(['element', 'form', 'tree', 'util', 'laydate'], function () {
 		data: data1,
 		showLine: false, //是否开启连接线
 		click: function (obj) {
+			console.log(obj)
 			myChart.innerHTML = "";
 			$('.tableMain').empty();
 
@@ -170,7 +171,7 @@ layui.use(['element', 'form', 'tree', 'util', 'laydate'], function () {
 			if (obj.data.title == '建筑业总产值') {
 				getAllConstruction(obj, myChart)
 			}
-			if (obj.data.title == '商品房建设与销售') {
+			if (obj.data.title == '商品房销售面积') {
 				getAllMarket(obj, myChart)
 			}
 			if (obj.data.title == '社会消费品零售总额总额') {

+ 1 - 1
nngkxxdp/src/main/resources/static/natj/js/enterStatisMain_mobile.js

@@ -170,7 +170,7 @@ layui.use(['element', 'form', 'tree', 'util', 'laydate'], function () {
 			if (obj.data.title == '建筑业总产值') {
 				getAllConstruction(obj, myChart)
 			}
-			if (obj.data.title == '商品房建设与销售') {
+			if (obj.data.title == '商品房销售面积') {
 				getAllMarket(obj, myChart)
 			}
 			if (obj.data.title == '社会消费品零售总额总额') {

+ 6 - 6
nngkxxdp/src/main/resources/static/natj/json/realtyMarket.json

@@ -2,7 +2,7 @@
   "market": [
     {
       "date": "2018",
-      "name": "商品房建设与销售",
+      "name": "商品房销售面积",
       "totalNum": [
         " 66.2552",
         "202.6",
@@ -18,7 +18,7 @@
     },
     {
       "date": "2019",
-      "name": "商品房建设与销售",
+      "name": "商品房销售面积",
       "totalNum": [
         " 42.3518",
         "116.9346",
@@ -34,7 +34,7 @@
     },
     {
       "date": "2020",
-      "name": "商品房建设与销售",
+      "name": "商品房销售面积",
       "totalNum": [
         "27.901",
         "92.8017",
@@ -50,7 +50,7 @@
     },
     {
       "date": "2021",
-      "name": "商品房建设与销售",
+      "name": "商品房销售面积",
       "totalNum": [
         "39.5876",
         "112.432",
@@ -66,7 +66,7 @@
     },
 	{
 	  "date": "2022",
-	  "name": "商品房建设与销售",
+	  "name": "商品房销售面积",
 	  "totalNum": [
 	    "37.792",
       "101.294",
@@ -82,7 +82,7 @@
 	},
     {
       "date": "2023",
-      "name": "商品房建设与销售",
+      "name": "商品房销售面积",
       "totalNum": [
         "38.6633"
       ],

+ 1 - 1
nngkxxdp/src/main/resources/static/natj/json/scale.json

@@ -114,7 +114,7 @@
       "alloneBasis": [
         59.7
       ],
-      "growth":[4.5]
+      "growth":[5.0]
     }
   ]
 }