feat:显示修复,option修复

This commit is contained in:
zhongzm
2025-04-12 17:27:41 +08:00
parent e06b7d4fd3
commit 14495fce2b
2 changed files with 1 additions and 2 deletions

View File

@@ -891,7 +891,6 @@ onMounted(() => {
<a-select
v-model:value="queryParams.tag"
:options="[
{ label: 'All', value: undefined },
{ label: 'VoIP', value: 0 },
{ label: 'VoLTE', value: 1 }
]"