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

This commit is contained in:
Yu Sung
2026-05-01 14:27:41 +09:00
parent 9b756cbaf1
commit a833f0b6b8

View File

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