feat: i18n ของ form

This commit is contained in:
Net 2024-04-11 10:00:22 +07:00
parent 6cc4022650
commit d210ccaded
4 changed files with 60 additions and 0 deletions

View file

@ -5,6 +5,7 @@ import personnelMainPage from './personnel-main-page';
import address from './address';
import branch from './branch';
import user from './user';
import formDialog from './form-dialog';
export default {
ok: 'Confirm',
@ -32,4 +33,5 @@ export default {
...drawerComponent,
...branchMainPage,
...personnelMainPage,
...formDialog,
};