From 3efa22189ddcf531ce8888a2114bf0c35986028b Mon Sep 17 00:00:00 2001 From: LiuY <1622779752@qq.com> Date: Sun, 26 Nov 2023 16:40:22 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=9F=E8=AE=A1=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/static/default.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/main/resources/static/default.html b/src/main/resources/static/default.html index aafb5f3..a8cf0b6 100644 --- a/src/main/resources/static/default.html +++ b/src/main/resources/static/default.html @@ -542,7 +542,7 @@ data: [] }, { - name: "涉毒人员", + name: "吸毒人员", type: 'line', // stack: 'Total', smooth: true, @@ -556,7 +556,7 @@ data: [] }, { - name: "重点上访户", + name: "重点上访", type: 'line', // stack: 'Total', smooth: true, @@ -756,9 +756,10 @@ //二级页面 - 近一年信访人员记录 xinFangRenYuanShow: function(data){ + console.log(data) top.dialog.open({ url: top.restAjax.path('route/populationinfo-data/xinfang?name={name}', [data]), - title: data + '人员', + title: data, width: '80%', height: '80%', onClose: function() {