|
@@ -180,7 +180,7 @@
|
|
|
|
|
|
<div class="action-group">
|
|
|
<el-radio-group v-model="userTypeText" @change="handleUserType">
|
|
|
- <el-radio-button label="个微"></el-radio-button>
|
|
|
+ <el-radio-button label="会员"></el-radio-button>
|
|
|
<el-radio-button label="企微"></el-radio-button>
|
|
|
</el-radio-group>
|
|
|
|
|
@@ -815,7 +815,7 @@ export default {
|
|
|
smsRemainCount: 0,
|
|
|
viewerType: '0',
|
|
|
viewerChart: null,
|
|
|
- userTypeText: '个微',
|
|
|
+ userTypeText: '会员',
|
|
|
userType: 1,
|
|
|
dealerChart: null,
|
|
|
// 分公司数量
|
|
@@ -901,7 +901,7 @@ export default {
|
|
|
},
|
|
|
methods: {
|
|
|
handleUserType(){
|
|
|
- if(this.userTypeText === '个微'){
|
|
|
+ if(this.userTypeText === '会员'){
|
|
|
this.userType = 1
|
|
|
}else{
|
|
|
this.userType = 2
|