mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-07-04 05:58:00 +08:00
后管平台测试员按钮添加权限校验
This commit is contained in:
@@ -50,12 +50,14 @@
|
|||||||
</el-descriptions>
|
</el-descriptions>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<span style="margin-right:30px">平台测试员状态</span>
|
<span style="margin-right:30px" v-hasPermi="['member:info:edit']">平台测试员状态</span>
|
||||||
<el-switch style="float: right; margin-bottom: 10px;"
|
<el-switch style="float: right; margin-bottom: 10px;"
|
||||||
v-model="publicFlag"
|
v-model="publicFlag"
|
||||||
active-value="1"
|
active-value="1"
|
||||||
inactive-value="0"
|
inactive-value="0"
|
||||||
@change="changeFlag" />
|
@change="changeFlag"
|
||||||
|
v-hasPermi="['member:info:edit']"
|
||||||
|
/>
|
||||||
</div>
|
</div>
|
||||||
</el-card>
|
</el-card>
|
||||||
</div>
|
</div>
|
||||||
@@ -374,7 +376,7 @@ export default {
|
|||||||
selectPlatformTesterStatus(params).then( res =>{
|
selectPlatformTesterStatus(params).then( res =>{
|
||||||
this.publicFlag = res.data.status
|
this.publicFlag = res.data.status
|
||||||
console.log('查询平台测试员状态 res',this.publicFlag)
|
console.log('查询平台测试员状态 res',this.publicFlag)
|
||||||
|
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
// 查询会员信息
|
// 查询会员信息
|
||||||
|
|||||||
Reference in New Issue
Block a user