feat: Personnel => tooltip, add btn, selector

This commit is contained in:
puriphatt 2024-04-04 16:39:50 +07:00
parent 88cf7b032b
commit 1f40ebf228
9 changed files with 72 additions and 29 deletions

View file

@ -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
};