test #96

Merged
klaus merged 8 commits from test into main 2026-04-08 02:17:33 +00:00
Showing only changes of commit 499d4e4432 - Show all commits

View File

@@ -184,7 +184,7 @@
</v-alert> </v-alert>
</v-col> </v-col>
</v-row> </v-row>
<v-row> <v-row v-if="!isEdit">
<v-col cols="12"> <v-col cols="12">
<v-select <v-select
v-model="bannerForm.lang" v-model="bannerForm.lang"
@@ -192,7 +192,6 @@
label="언어 선택" label="언어 선택"
item-text="text" item-text="text"
item-value="value" item-value="value"
:disabled="isEdit"
outlined outlined
/> />
</v-col> </v-col>