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: {
|
||||
office: 'Office',
|
||||
allBranch: 'All Branch',
|
||||
card: {
|
||||
office: 'Office',
|
||||
orderNumber: 'No.',
|
||||
|
|
|
|||
|
|
@ -169,6 +169,7 @@ export default {
|
|||
|
||||
branch: {
|
||||
office: 'สำนักงาน',
|
||||
allBranch: 'สาขาทั้งหมด',
|
||||
card: {
|
||||
orderNumber: 'ลำดับที่',
|
||||
branchLabelName: 'ชื่อ',
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue