From 552017b26cef40c0d0a118bcc53f2ba978d8a908 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=B2=E6=A0=91=E9=80=9A?= <1976590620@qq.com> Date: Wed, 12 Feb 2020 21:27:31 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E6=A0=BC=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/analysis/user/gridopening.vue | 12 +++++----- src/views/modules/analysis/user/party.vue | 2 +- src/views/modules/analysis/user/register.vue | 24 +++++++++---------- 3 files changed, 19 insertions(+), 19 deletions(-) diff --git a/src/views/modules/analysis/user/gridopening.vue b/src/views/modules/analysis/user/gridopening.vue index d91af26e..08ef278c 100644 --- a/src/views/modules/analysis/user/gridopening.vue +++ b/src/views/modules/analysis/user/gridopening.vue @@ -165,12 +165,12 @@ export default { communityList: [], gridList: [], categorys: [{ - value: '0', - label: '未开通网格' - }, { - value: '1', - label: '已开通网格' - }], + value: '0', + label: '未开通网格' + }, { + value: '1', + label: '已开通网格' + }], onLine: { id: '', onLineState: '' diff --git a/src/views/modules/analysis/user/party.vue b/src/views/modules/analysis/user/party.vue index 6c8ff176..129cf5ad 100644 --- a/src/views/modules/analysis/user/party.vue +++ b/src/views/modules/analysis/user/party.vue @@ -156,7 +156,7 @@ export default { }, { value: '1', label: '50岁以下最多人数' - },{ + }, { value: '2', label: '超过50岁最少人数' }, { diff --git a/src/views/modules/analysis/user/register.vue b/src/views/modules/analysis/user/register.vue index b4f9cf15..09db1dac 100644 --- a/src/views/modules/analysis/user/register.vue +++ b/src/views/modules/analysis/user/register.vue @@ -165,18 +165,18 @@ export default { communityList: [], gridList: [], categorys: [{ - value: '0', - label: '超过50岁最多人数' - }, { - value: '1', - label: '50岁以下最多人数' - },{ - value: '2', - label: '超过50岁最少人数' - }, { - value: '3', - label: '50岁以下最少人数' - }], + value: '0', + label: '超过50岁最多人数' + }, { + value: '1', + label: '50岁以下最多人数' + }, { + value: '2', + label: '超过50岁最少人数' + }, { + value: '3', + label: '50岁以下最少人数' + }], onLine: { id: '', onLineState: ''