冀北 省 市 技术监督详细 页面 添加试运行问题

This commit is contained in:
GGJ
2024-07-08 15:21:38 +08:00
parent a398ca6361
commit d3b7219854
3 changed files with 14 additions and 5 deletions

View File

@@ -164,7 +164,11 @@ const Voltage: any = [
{
label: '用户投诉',
value: 'user'
}
},
{
label: '试运行问题',
value: 'trialRun'
},
]
const active: any = ref(Voltage[0].value)