@@ -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 @@
+
+
+
+
+
+
+
+
+
+
总用户数
+
12,345
+
↑ 12% 同比
+
+
+
本月销售额
+
¥ 456,789
+
↑ 8% 环比
+
+
+
活跃用户
+
8,642
+
↓ 3% 环比
+
+
+
+
+
+
+
+
+
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")
},