fix(chat): 캐릭터 배너 수정 시 언어 선택 UI 숨김

- 수정 모드에서 언어 변경이 불가능하여 UI 비표시 처리\n- 불필요한 :disabled 속성 제거로 코드 명확화

Co-authored-by: Junie <junie@jetbrains.com>
This commit is contained in:
Yu Sung
2026-04-02 16:25:52 +09:00
parent ad5c27abc3
commit 499d4e4432

View File

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