Merge branch 'dev-3.3' of https://git.mesalab.cn/nezha/nezha-fronted into dev-3.4
This commit is contained in:
@@ -87,7 +87,7 @@ export default {
|
|||||||
},
|
},
|
||||||
// 单选
|
// 单选
|
||||||
handler (val, index) {
|
handler (val, index) {
|
||||||
if (!this.allowedAll && !val.allowed && (index == 0 || index == 1 || val.NotSet)) {
|
if (!this.allowedAll && !val.allowed && (index == 0 || index == 1 || val.NotSet || val.visibility == 'disabled')) {
|
||||||
// this.custom[index].show = true;
|
// this.custom[index].show = true;
|
||||||
} else {
|
} else {
|
||||||
this.custom[index].show = !this.custom[index].show
|
this.custom[index].show = !this.custom[index].show
|
||||||
|
|||||||
Reference in New Issue
Block a user