ข้อมูลตำแหน่ง:UI+API
This commit is contained in:
parent
9f30a71efe
commit
765a4c94c8
9 changed files with 1069 additions and 16 deletions
|
|
@ -2,12 +2,14 @@ const calendarWorkPage = () =>
|
|||
import("@/modules/01_metadataNew/views/calendar.vue");
|
||||
const masterInsignia = () =>
|
||||
import("@/modules/01_metadataNew/views/insignia.vue");
|
||||
const dateilInsignia = () =>
|
||||
const detailInsignia = () =>
|
||||
import("@/modules/01_metadataNew/components/insignia/InsigniaDetail.vue");
|
||||
const personalPage = () =>
|
||||
const personalPage = () =>
|
||||
import("@/modules/01_metadataNew/views/personal.vue");
|
||||
const positionPage = () =>
|
||||
const positionPage = () =>
|
||||
import("@/modules/01_metadataNew/views/position.vue");
|
||||
const positionLevelPage = () =>
|
||||
import("@/modules/01_metadataNew/components/position/03ListLevel.vue");
|
||||
|
||||
export default [
|
||||
{
|
||||
|
|
@ -33,7 +35,7 @@ export default [
|
|||
{
|
||||
path: "/master-data/insignia/detail/:id",
|
||||
name: "masterInsigniadetail",
|
||||
component: dateilInsignia,
|
||||
component: detailInsignia,
|
||||
meta: {
|
||||
Auth: true,
|
||||
Key: [7],
|
||||
|
|
@ -60,4 +62,14 @@ export default [
|
|||
Role: "metadata",
|
||||
},
|
||||
},
|
||||
{
|
||||
path: "/master-data/position/level/:id",
|
||||
name: "masterPositionLevel",
|
||||
component: positionLevelPage,
|
||||
meta: {
|
||||
Auth: true,
|
||||
Key: [7],
|
||||
Role: "metadata",
|
||||
},
|
||||
},
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue