更新 AlistConfigDialog.vue

This commit is contained in:
jxxghp
2025-05-11 07:56:50 +08:00
committed by GitHub
parent f7fa440f9a
commit 5d9b2e1919
+3 -3
View File
@@ -79,7 +79,7 @@ async function savaAlistConfig() {
persistent-hint persistent-hint
/> />
</VCol> </VCol>
<VCol cols="12" md="3"> <VCol cols="12" md="4">
<VSelect <VSelect
v-model="loginType" v-model="loginType"
:items="sourceItems" :items="sourceItems"
@@ -96,7 +96,7 @@ async function savaAlistConfig() {
persistent-hint persistent-hint
/> />
</VCol> </VCol>
<VCol cols="12" md="5" v-if="loginType == 'username'"> <VCol cols="12" md="4" v-if="loginType == 'username'">
<VTextField <VTextField
type="password" type="password"
v-model="props.conf.password" v-model="props.conf.password"
@@ -105,7 +105,7 @@ async function savaAlistConfig() {
persistent-hint persistent-hint
/> />
</VCol> </VCol>
<VCol cols="9" v-if="loginType == 'token'"> <VCol cols="12" md="8" v-if="loginType == 'token'">
<VTextField <VTextField
v-model="props.conf.token" v-model="props.conf.token"
:hint="t('dialog.alistConfig.loginTypeOptions.token')" :hint="t('dialog.alistConfig.loginTypeOptions.token')"