diff --git a/src/modules/02_organizational/router.ts b/src/modules/02_organizational/router.ts index cec042ef6..add08831a 100644 --- a/src/modules/02_organizational/router.ts +++ b/src/modules/02_organizational/router.ts @@ -21,6 +21,9 @@ const ManageReport2Add = () => const ManageReport2History = () => import("@/modules/02_organizational/views/ManageReport2History.vue"); +const TreeTestPage = () => + import("@/modules/02_organizational/views/TreeTest.vue"); + export default [ { path: "/organizational/mapping", @@ -122,4 +125,14 @@ export default [ Role: "organization", }, }, + { + path: "/tree-test", + name: "treeTest", + component: TreeTestPage, + meta: { + Auth: true, + Key: [14], + Role: "organization", + }, + }, ]; diff --git a/src/modules/02_organizational/views/TreeTest.vue b/src/modules/02_organizational/views/TreeTest.vue new file mode 100644 index 000000000..58e446b5f --- /dev/null +++ b/src/modules/02_organizational/views/TreeTest.vue @@ -0,0 +1,370 @@ + + + + + + + + + + + + + + {{ prop.node.organizationName }} + + + + + + แก้ไข + + + + ลบ + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file