관리자 - 캔 충전현황
- 응답값에 화폐 locale 추가
This commit is contained in:
		| @@ -65,6 +65,10 @@ | |||||||
|               {{ item.chargeAmount.toLocaleString() }} 원 |               {{ item.chargeAmount.toLocaleString() }} 원 | ||||||
|             </template> |             </template> | ||||||
|  |  | ||||||
|  |             <template v-slot:item.locale="{ item }"> | ||||||
|  |               {{ item.locale }} | ||||||
|  |             </template> | ||||||
|  |  | ||||||
|             <template v-slot:item.chargeCount="{ item }"> |             <template v-slot:item.chargeCount="{ item }"> | ||||||
|               {{ item.chargeCount }} |               {{ item.chargeCount }} | ||||||
|             </template> |             </template> | ||||||
| @@ -168,6 +172,12 @@ export default { | |||||||
|           sortable: false, |           sortable: false, | ||||||
|           value: 'amount', |           value: 'amount', | ||||||
|         }, |         }, | ||||||
|  |         { | ||||||
|  |           text: '화폐단위', | ||||||
|  |           align: 'center', | ||||||
|  |           sortable: false, | ||||||
|  |           value: 'unit', | ||||||
|  |         }, | ||||||
|         { |         { | ||||||
|           text: '날짜', |           text: '날짜', | ||||||
|           align: 'center', |           align: 'center', | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Yu Sung
					Yu Sung