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,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
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue