From 97e1a0d1944a0a1fd9223a578c000f82ce8a52d4 Mon Sep 17 00:00:00 2001 From: zzl <961867786@qq.com> Date: Mon, 8 Sep 2025 18:41:49 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/index.vue | 23 +-- src/views/index_v2.vue | 312 ++++++++++++++++++++++++++++++ src/views/resource/land/index.vue | 13 ++ 3 files changed, 330 insertions(+), 18 deletions(-) create mode 100644 src/views/index_v2.vue diff --git a/src/views/index.vue b/src/views/index.vue index 2a08729..2ec479f 100644 --- a/src/views/index.vue +++ b/src/views/index.vue @@ -2,7 +2,7 @@
-

用户增长趋势

+

资源调查进度

@@ -57,7 +57,7 @@ trigger: 'axis' }, legend: { - data: ['新增用户', '活跃用户', '付费用户'] + data: ['已调查', '待调查'] }, grid: { left: '3%', @@ -68,27 +68,14 @@ xAxis: { type: 'category', boundaryGap: false, - data: ['1月', '2月', '3月', '4月', '5月', '6月', '7月'] + data: ['A市', 'B市', 'C市', 'D市', 'E市', 'F市', 'G市'] }, yAxis: { type: 'value' }, series: [ { - name: '新增用户', - type: 'line', - data: [120, 132, 101, 134, 90, 230, 210], - smooth: true, - lineStyle: { - width: 3, - color: '#5470C6' - }, - itemStyle: { - color: '#5470C6' - } - }, - { - name: '活跃用户', + name: '已调查', type: 'line', data: [220, 182, 191, 234, 290, 330, 310], smooth: true, @@ -101,7 +88,7 @@ } }, { - name: '付费用户', + name: '待调查', type: 'line', data: [150, 232, 201, 154, 190, 330, 410], smooth: true, diff --git a/src/views/index_v2.vue b/src/views/index_v2.vue new file mode 100644 index 0000000..2a08729 --- /dev/null +++ b/src/views/index_v2.vue @@ -0,0 +1,312 @@ + + + + + diff --git a/src/views/resource/land/index.vue b/src/views/resource/land/index.vue index e5f49db..7760486 100644 --- a/src/views/resource/land/index.vue +++ b/src/views/resource/land/index.vue @@ -54,6 +54,11 @@ --> + + + + + @@ -207,6 +212,7 @@ {{ form.zjrxm }} {{ form.scmj }} {{ form.scmjm }} + {{ form.sfzwd }} @@ -301,6 +307,11 @@ + + + {{dict.label}} + + {{dict.label}} @@ -390,6 +401,7 @@ export default { sfjbnt: null, surveyStatus: null, importCode: null, + sfzwd: null, }, // 表单参数 form: {}, @@ -474,6 +486,7 @@ export default { surveyStatus: '1', importCode: null, deptName: null, + sfzwd: '2' } this.resetForm("form") },