fix: userType i18n & colorformat
This commit is contained in:
parent
477c135487
commit
8b0c0a33ac
3 changed files with 13 additions and 11 deletions
|
|
@ -4,10 +4,10 @@ export default {
|
|||
personnelTooltipCaption: 'Click + to add a personnel',
|
||||
personnelAdd: 'Add personnel',
|
||||
|
||||
personnelSelector1: 'Employee',
|
||||
personnelSelector2: 'Courier',
|
||||
personnelSelector3: 'Agent',
|
||||
personnelSelector4: 'Agency',
|
||||
USER: 'Employee',
|
||||
MESSENGER: 'Courier',
|
||||
DELEGATE: 'Delegate',
|
||||
AGENCY: 'Agency',
|
||||
|
||||
personnelStatTitle: 'Summary data of '
|
||||
};
|
||||
|
|
|
|||
|
|
@ -4,10 +4,10 @@ export default {
|
|||
personnelTooltipCaption: 'คลิก + เพื่อเพิ่มบุคลากร',
|
||||
personnelAdd: 'เพิ่มข้อมูลบุคลากร',
|
||||
|
||||
personnelSelector1: 'พนักงาน',
|
||||
personnelSelector2: 'พนักงานส่งเอกสาร',
|
||||
personnelSelector3: 'ตัวแทน',
|
||||
personnelSelector4: 'เอเจนซี่',
|
||||
USER: 'พนักงาน',
|
||||
MESSENGER: 'พนักงานส่งเอกสาร',
|
||||
DELEGATE: 'ตัวแทน',
|
||||
AGENCY: 'เอเจนซี่',
|
||||
|
||||
personnelStatTitle: 'สรุปจำนวนข้อมูล',
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue