refactor(components): 将 VSelect 组件替换为 VAutocomplete组件,以支持搜索待选项

- 在多个组件中将 VSelect 组件替换为 VAutocomplete 组件,以支持搜索待选项
- 此更改可以提供更丰富的用户交互体验和更好的性能
This commit is contained in:
shaw
2025-06-02 21:48:07 +08:00
parent 31047b0d44
commit 2efe8efde0
9 changed files with 23 additions and 23 deletions

View File

@@ -165,7 +165,7 @@ function onClose() {
<VSwitch v-model="notificationInfo.enabled" :label="t('notification.enabled')" />
</VCol>
<VCol cols="12">
<VSelect
<VAutocomplete
v-model="notificationInfo.switchs"
:items="notificationTypes"
:label="t('notification.type')"