fix(account): 이체 입금 종류 카드·대출 제외 + 계좌 칩 자동 줄바꿈
Deploy / deploy (push) Failing after 13m59s

- 이체 입금 계좌 종류에서 카드·대출 제외(계좌→카드/대출은 상환)
- 계좌 선택 칩을 고정 2열→자동 줄바꿈(이름 길이/폭에 맞춰 채움, 잘림 없음)

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
sb
2026-07-06 23:22:30 +09:00
parent 1b2d6a2c02
commit 951cbdce34
2 changed files with 5 additions and 6 deletions
-2
View File
@@ -315,7 +315,6 @@ onMounted(load)
v-if="form.walletKind"
v-model="form.walletId"
:options="fromWalletOptions"
:cols="2"
:disabled="submitting"
empty-text="등록된 계좌가 없습니다"
/>
@@ -336,7 +335,6 @@ onMounted(load)
v-if="form.toWalletKind"
v-model="form.toWalletId"
:options="toWalletOptions"
:cols="2"
:disabled="submitting"
empty-text="등록된 계좌가 없습니다"
/>