Browse Source

代码格式

master
曲树通 6 years ago
parent
commit
552017b26c
  1. 12
      src/views/modules/analysis/user/gridopening.vue
  2. 2
      src/views/modules/analysis/user/party.vue
  3. 24
      src/views/modules/analysis/user/register.vue

12
src/views/modules/analysis/user/gridopening.vue

@ -165,12 +165,12 @@ export default {
communityList: [], communityList: [],
gridList: [], gridList: [],
categorys: [{ categorys: [{
value: '0', value: '0',
label: '未开通网格' label: '未开通网格'
}, { }, {
value: '1', value: '1',
label: '已开通网格' label: '已开通网格'
}], }],
onLine: { onLine: {
id: '', id: '',
onLineState: '' onLineState: ''

2
src/views/modules/analysis/user/party.vue

@ -156,7 +156,7 @@ export default {
}, { }, {
value: '1', value: '1',
label: '50岁以下最多人数' label: '50岁以下最多人数'
},{ }, {
value: '2', value: '2',
label: '超过50岁最少人数' label: '超过50岁最少人数'
}, { }, {

24
src/views/modules/analysis/user/register.vue

@ -165,18 +165,18 @@ export default {
communityList: [], communityList: [],
gridList: [], gridList: [],
categorys: [{ categorys: [{
value: '0', value: '0',
label: '超过50岁最多人数' label: '超过50岁最多人数'
}, { }, {
value: '1', value: '1',
label: '50岁以下最多人数' label: '50岁以下最多人数'
},{ }, {
value: '2', value: '2',
label: '超过50岁最少人数' label: '超过50岁最少人数'
}, { }, {
value: '3', value: '3',
label: '50岁以下最少人数' label: '50岁以下最少人数'
}], }],
onLine: { onLine: {
id: '', id: '',
onLineState: '' onLineState: ''

Loading…
Cancel
Save