账号隐藏禁用按钮
This commit is contained in:
@ -50,7 +50,7 @@
|
||||
<el-button @click="handlePage(scope.row.id)" type="text" size="small"
|
||||
>查看</el-button
|
||||
>
|
||||
<el-button
|
||||
<!-- <el-button
|
||||
@click="handleStatus(scope.row.id, 0)"
|
||||
type="text"
|
||||
size="small"
|
||||
@ -63,7 +63,7 @@
|
||||
size="small"
|
||||
v-else
|
||||
>启用</el-button
|
||||
>
|
||||
> -->
|
||||
<el-button
|
||||
v-if="scope.row.status!=2"
|
||||
@click="handleStatus(scope.row.id, 2)"
|
||||
|
@ -428,6 +428,8 @@ export default {
|
||||
this.getType(true, data);
|
||||
} else if (data.addressType == 3) {
|
||||
this.getCity(true, data);
|
||||
}else if(data.addressType == 4){
|
||||
this.ruleForm = data
|
||||
}
|
||||
});
|
||||
}
|
||||
|
@ -297,9 +297,6 @@ export default {
|
||||
if (id) {
|
||||
this.editPage = true;
|
||||
getPolicyInfo({ policyId: id }).then(({ data }) => {
|
||||
// if(!data.ids.length){
|
||||
// data.ids=['1']
|
||||
// }
|
||||
this.ruleForm = data;
|
||||
if(data.method==1){
|
||||
this.editPage = true;
|
||||
|
Reference in New Issue
Block a user