This commit is contained in:
Warunee Tamkoo 2024-08-01 12:12:28 +07:00
parent 46533bbd62
commit 15d3ac574d
128 changed files with 347 additions and 322 deletions

View file

@ -8,7 +8,7 @@ import config from "@/app.config";
* importType
*/
import type { QTableProps } from "quasar";
import type { DataSortPos } from "@/modules/02_organizationalNew/interface/index/organizational";
import type { DataSortPos } from "@/modules/02_organization/interface/index/organizational";
/**
* importComponents

View file

@ -7,8 +7,8 @@ export default [
component: mainPage,
meta: {
Auth: true,
Key: [1],
Role: "positionEmployee",
Key: "SYS_ORG_EMP",
Role: "STAFF",
},
},
];