feat(can): 캔 등록 화면에 일본 엔(JPY) 화폐 단위를 추가 #100

Merged
klaus merged 1 commits from test into main 2026-05-01 06:35:22 +00:00
Showing only changes of commit a833f0b6b8 - Show all commits

View File

@@ -135,7 +135,8 @@ export default {
currency: 'KRW', currency: 'KRW',
currencies: [ currencies: [
{ text: 'KRW (한국 원)', value: 'KRW' }, { text: 'KRW (한국 원)', value: 'KRW' },
{ text: 'USD (미국 달러)', value: 'USD' } { text: 'USD (미국 달러)', value: 'USD' },
{ text: 'JPY (일본 엔)', value: 'JPY' }
], ],
headers: [ headers: [
{ {