mirror of
https://github.com/certd/certd.git
synced 2026-04-24 20:57:26 +08:00
chore:
This commit is contained in:
@@ -95,7 +95,7 @@ function install(app: App, options: any = {}) {
|
|||||||
|
|
||||||
//不能用 !scope.value , 否则switch组件设置为关之后就消失了
|
//不能用 !scope.value , 否则switch组件设置为关之后就消失了
|
||||||
const { value, key, props } = scope;
|
const { value, key, props } = scope;
|
||||||
return value != null && key != "_index" && value != "";
|
return !value && key != "_index" && value != false && value != 0;
|
||||||
},
|
},
|
||||||
render() {
|
render() {
|
||||||
return "-";
|
return "-";
|
||||||
|
|||||||
Reference in New Issue
Block a user