fix: i18n typo
This commit is contained in:
parent
fe96dba906
commit
dbb366ead3
4 changed files with 7 additions and 5 deletions
|
|
@ -143,7 +143,7 @@ onMounted(async () => {
|
||||||
:borderless="readonly"
|
:borderless="readonly"
|
||||||
hide-bottom-space
|
hide-bottom-space
|
||||||
class="col-4"
|
class="col-4"
|
||||||
:label="$t('processingTime')"
|
:label="$t('productProcessingTime')"
|
||||||
v-model="process"
|
v-model="process"
|
||||||
type="number"
|
type="number"
|
||||||
/>
|
/>
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,7 @@ defineProps<{
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<div class="col-3 app-text-muted">• {{ $t('priceeInformation') }}</div>
|
<div class="col-3 app-text-muted">• {{ $t('priceInformation') }}</div>
|
||||||
<div class="col-9 row q-col-gutter-md">
|
<div class="col-9 row q-col-gutter-md">
|
||||||
<q-input
|
<q-input
|
||||||
:dense="dense"
|
:dense="dense"
|
||||||
|
|
|
||||||
|
|
@ -21,8 +21,9 @@ export default {
|
||||||
|
|
||||||
productCode: 'Product Code',
|
productCode: 'Product Code',
|
||||||
productName: 'Product Name',
|
productName: 'Product Name',
|
||||||
processingTime: 'Processing Time (Day)',
|
productDetail: 'Product Detail',
|
||||||
priceeInformation: 'Price Information',
|
productProcessingTime: 'Processing Time (Day)',
|
||||||
|
priceInformation: 'Price Information',
|
||||||
salePrice: 'Sale Price',
|
salePrice: 'Sale Price',
|
||||||
agentPrice: 'Agent Price',
|
agentPrice: 'Agent Price',
|
||||||
processingPrice: 'Processing Price',
|
processingPrice: 'Processing Price',
|
||||||
|
|
|
||||||
|
|
@ -21,7 +21,8 @@ export default {
|
||||||
|
|
||||||
productCode: 'รหัสสินค้า',
|
productCode: 'รหัสสินค้า',
|
||||||
productName: 'ชื่อสินค้า',
|
productName: 'ชื่อสินค้า',
|
||||||
processingTime: 'ระยะเวลาดำเนินการ (วัน)',
|
productDetail: 'รายละเอียดสินค้า',
|
||||||
|
productProcessingTime: 'ระยะเวลาดำเนินการ (วัน)',
|
||||||
priceeInformation: 'ข้อมูลราคา',
|
priceeInformation: 'ข้อมูลราคา',
|
||||||
salePrice: 'ราคาขาย',
|
salePrice: 'ราคาขาย',
|
||||||
agentPrice: 'ราคาตัวแทน',
|
agentPrice: 'ราคาตัวแทน',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue