fix: i18n
This commit is contained in:
parent
effa640c6d
commit
76aeee0aef
3 changed files with 5 additions and 2 deletions
|
|
@ -169,6 +169,7 @@ export default {
|
||||||
|
|
||||||
branch: {
|
branch: {
|
||||||
office: 'Office',
|
office: 'Office',
|
||||||
|
allBranch: 'All Branch',
|
||||||
card: {
|
card: {
|
||||||
office: 'Office',
|
office: 'Office',
|
||||||
orderNumber: 'No.',
|
orderNumber: 'No.',
|
||||||
|
|
|
||||||
|
|
@ -169,6 +169,7 @@ export default {
|
||||||
|
|
||||||
branch: {
|
branch: {
|
||||||
office: 'สำนักงาน',
|
office: 'สำนักงาน',
|
||||||
|
allBranch: 'สาขาทั้งหมด',
|
||||||
card: {
|
card: {
|
||||||
orderNumber: 'ลำดับที่',
|
orderNumber: 'ลำดับที่',
|
||||||
branchLabelName: 'ชื่อ',
|
branchLabelName: 'ชื่อ',
|
||||||
|
|
|
||||||
|
|
@ -46,7 +46,6 @@ import {
|
||||||
SaveButton,
|
SaveButton,
|
||||||
UndoButton,
|
UndoButton,
|
||||||
} from 'components/button';
|
} from 'components/button';
|
||||||
import { getRole } from 'src/services/keycloak';
|
|
||||||
|
|
||||||
const apiBaseUrl = import.meta.env.VITE_API_BASE_URL;
|
const apiBaseUrl = import.meta.env.VITE_API_BASE_URL;
|
||||||
const $q = useQuasar();
|
const $q = useQuasar();
|
||||||
|
|
@ -845,7 +844,9 @@ watch(currentHq, () => {
|
||||||
class="row no-wrap full-width bordered-b text-weight-bold surface-3 items-center q-px-md q-py-sm"
|
class="row no-wrap full-width bordered-b text-weight-bold surface-3 items-center q-px-md q-py-sm"
|
||||||
:style="`min-height: ${$q.screen.gt.sm ? '57px' : '100.8px'}`"
|
:style="`min-height: ${$q.screen.gt.sm ? '57px' : '100.8px'}`"
|
||||||
>
|
>
|
||||||
<div class="col ellipsis-2-lines">จัดการสาขาทั้งหมด</div>
|
<div class="col ellipsis-2-lines">
|
||||||
|
{{ $t('branch.allBranch') }}
|
||||||
|
</div>
|
||||||
<q-btn
|
<q-btn
|
||||||
round
|
round
|
||||||
flat
|
flat
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue