style: Update storage card to query storage information on mount

This commit is contained in:
jxxghp
2024-08-15 15:28:01 +08:00
parent 94ba3c4514
commit e94c149cd1
2 changed files with 28 additions and 6 deletions
+6 -1
View File
@@ -182,7 +182,12 @@ const getCategories = computed(() => {
/>
</VCol>
<VCol cols="4">
<VSelect v-model="props.directory.storage" variant="underlined" :items="storageItems" label="媒体库存储" />
<VSelect
v-model="props.directory.library_storage"
variant="underlined"
:items="storageItems"
label="媒体库存储"
/>
</VCol>
<VCol cols="8">
<VPathField @update:modelValue="updateLibraryPath">