diff --git a/nezha-fronted/src/components/common/rightBox/assetMetaBox.vue b/nezha-fronted/src/components/common/rightBox/assetMetaBox.vue index 16dbe383b..68165b1a3 100644 --- a/nezha-fronted/src/components/common/rightBox/assetMetaBox.vue +++ b/nezha-fronted/src/components/common/rightBox/assetMetaBox.vue @@ -379,7 +379,18 @@ export default { }, selectType (val, init) { if (init) { - this.showParam = true + switch (val) { + case 'RADIO' : + case 'CHECKBOX' : + case 'SELECT' : + case 'DATETIME' : + case 'DOUBLE' : + this.showParam = true + break + default: + this.showParam = false + break + } } else { if (this.ready) { switch (val) {