修改 编辑按钮显示禁用

This commit is contained in:
GGJ
2024-06-24 17:41:54 +08:00
parent 1487f5ceea
commit fac32cd2e0
18 changed files with 63 additions and 67 deletions

View File

@@ -164,10 +164,7 @@ const Voltage: any = [
label: '用户投诉',
value: '2'
},
{
label: '谐波普测',
value: '3'
}
]
const active: any = ref(Voltage[0].value)