ต่อuiโครงสร้างลูกจ้าง
This commit is contained in:
parent
78ca0ceff7
commit
3b80198220
10 changed files with 3695 additions and 2189 deletions
|
|
@ -9,6 +9,8 @@ const MainStructChart = () =>
|
|||
const MainOrgChart = () =>
|
||||
import("@/modules/02_organizational/views/MainOrgChart.vue");
|
||||
const MainTree = () => import("@/modules/02_organizational/views/MainTree.vue");
|
||||
const MainTreeEmployee = () =>
|
||||
import("@/modules/02_organizational/views/MainTreeEmployee.vue");
|
||||
const MainReport = () =>
|
||||
import("@/modules/02_organizational/views/MainReport.vue");
|
||||
const ManageReport2 = () =>
|
||||
|
|
@ -60,6 +62,16 @@ export default [
|
|||
Role: "organization",
|
||||
},
|
||||
},
|
||||
{
|
||||
path: "/organizational/employee",
|
||||
name: "organizationalEmployee",
|
||||
component: MainTreeEmployee,
|
||||
meta: {
|
||||
Auth: true,
|
||||
Key: [9],
|
||||
Role: "organization",
|
||||
},
|
||||
},
|
||||
{
|
||||
path: "/organizational/manage/report",
|
||||
name: "manageReport2",
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
1749
src/modules/02_organizational/views/MainTreeEmployee.vue
Normal file
1749
src/modules/02_organizational/views/MainTreeEmployee.vue
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue