refactor(components): 将 VSelect 组件替换为 VAutocomplete组件

- 在 DirectoryCard.vue 中将 VSelect 替换为VAutocomplete,用于 library_storage 字段
- 在 FilterRuleGroupCard.vue 中将两个 VSelect 组件替换为 VAutocomplete,用于 media_type 和 category 字段
This commit is contained in:
shaw
2025-06-02 22:37:36 +08:00
parent 2efe8efde0
commit a7e2893a57
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -277,7 +277,7 @@ watch(
/>
</VCol>
<VCol cols="4">
<VSelect
<VAutocomplete
v-model="props.directory.library_storage"
variant="underlined"
:items="libraryStorageOptions"