fix: i18n

This commit is contained in:
Methapon Metanipat 2024-09-11 10:26:07 +07:00
parent effa640c6d
commit 76aeee0aef
3 changed files with 5 additions and 2 deletions

View file

@ -169,6 +169,7 @@ export default {
branch: {
office: 'Office',
allBranch: 'All Branch',
card: {
office: 'Office',
orderNumber: 'No.',

View file

@ -169,6 +169,7 @@ export default {
branch: {
office: 'สำนักงาน',
allBranch: 'สาขาทั้งหมด',
card: {
orderNumber: 'ลำดับที่',
branchLabelName: 'ชื่อ',

View file

@ -46,7 +46,6 @@ import {
SaveButton,
UndoButton,
} from 'components/button';
import { getRole } from 'src/services/keycloak';
const apiBaseUrl = import.meta.env.VITE_API_BASE_URL;
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"
: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
round
flat