Merge pull request 'feat(can): 캔 등록 화면에 일본 엔(JPY) 화폐 단위를 추가' (#100) from test into main
Reviewed-on: #100
This commit is contained in:
@@ -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: [
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user