feat: Personnel => tooltip, add btn, selector
This commit is contained in:
parent
88cf7b032b
commit
1f40ebf228
9 changed files with 72 additions and 29 deletions
|
|
@ -1,5 +1,5 @@
|
|||
export default {
|
||||
branchManagement: 'Branch Management',
|
||||
branchNoMainOfficeYet: 'No main office yet',
|
||||
branchNoMainOfficeYet: 'No main office yet?',
|
||||
branchClickToCreateMainOffice: 'Click + to create a main office',
|
||||
};
|
||||
|
|
|
|||
|
|
@ -1,8 +1,9 @@
|
|||
// This is just an example,
|
||||
// so you can safely delete all default props below
|
||||
import main from './main';
|
||||
import drawerComponent from './drawer-component';
|
||||
import branchMainPage from './branch-main-page';
|
||||
import main from './main';
|
||||
import personnelMainPage from './personnel-main-page';
|
||||
|
||||
export default {
|
||||
ok: 'Confirm',
|
||||
|
|
@ -14,7 +15,8 @@ export default {
|
|||
save: 'Save',
|
||||
edit: 'Edit',
|
||||
delete: 'Delete',
|
||||
...main,
|
||||
...drawerComponent,
|
||||
...branchMainPage,
|
||||
...main,
|
||||
...personnelMainPage
|
||||
};
|
||||
|
|
|
|||
5
src/i18n/en-US/personnel-main-page.ts
Normal file
5
src/i18n/en-US/personnel-main-page.ts
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
export default {
|
||||
personnelManagement: 'Personnel Management',
|
||||
personnelTooltipTitle: 'No personnel yet?',
|
||||
personnelTooltipCaption: 'Click + to add a personnel',
|
||||
};
|
||||
|
|
@ -1,6 +1,7 @@
|
|||
import main from './main';
|
||||
import drawerComponent from './drawer-component';
|
||||
import branchMainPage from './branch-main-page';
|
||||
import main from './main';
|
||||
import personnelMainPage from './personnel-main-page';
|
||||
|
||||
export default {
|
||||
ok: 'ยืนยัน',
|
||||
|
|
@ -12,7 +13,8 @@ export default {
|
|||
save: 'บันทึก',
|
||||
edit: 'แก้ไขข้อมูล',
|
||||
delete: 'ลบข้อมูล',
|
||||
...main,
|
||||
...drawerComponent,
|
||||
...branchMainPage,
|
||||
...main,
|
||||
...personnelMainPage
|
||||
};
|
||||
|
|
|
|||
5
src/i18n/th-th/personnel-main-page.ts
Normal file
5
src/i18n/th-th/personnel-main-page.ts
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
export default {
|
||||
personnelManagement: 'จัดการบุคลากร',
|
||||
personnelTooltipTitle: 'ยังไม่มีข้อมูลบุคลากร',
|
||||
personnelTooltipCaption: 'คลิก + เพื่อเพิ่มบุคลากร',
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue