แก้ไข /เพิ่ม ui insignia (เจ้าหน้าที่กลาง)
This commit is contained in:
parent
c752bfede6
commit
b124da1448
11 changed files with 2428 additions and 84 deletions
|
|
@ -14,7 +14,16 @@ const insigniaProposals = () =>
|
|||
import("@/modules/07_insignia/components/1_Proposals/listProposals.vue");
|
||||
const roundAdd = () =>
|
||||
import("@/modules/07_insignia/components/1_Proposals/addProposals.vue");
|
||||
|
||||
const listMange = () =>
|
||||
import("@/modules/07_insignia/components/2_Manage/listManage.vue");
|
||||
const listAllocate = () =>
|
||||
import("@/modules/07_insignia/components/4_Allocate/listAllocate.vue");
|
||||
const allocateAdd = () =>
|
||||
import("@/modules/07_insignia/components/4_Allocate/allocateAdd.vue");
|
||||
const allocateDetail = () =>
|
||||
import("@/modules/07_insignia/components/4_Allocate/detail.vue");
|
||||
const allocateDetailAdd = () =>
|
||||
import("@/modules/07_insignia/components/4_Allocate/addDetail.vue");
|
||||
export default [
|
||||
{
|
||||
path: "/insignia",
|
||||
|
|
@ -87,4 +96,54 @@ export default [
|
|||
Role: "insignia",
|
||||
},
|
||||
},
|
||||
{
|
||||
path: "/insignia/manage/list-manage",
|
||||
name: "insigniaManage",
|
||||
component: listMange,
|
||||
meta: {
|
||||
Auth: true,
|
||||
Key: [8.6],
|
||||
Role: "insignia",
|
||||
},
|
||||
},
|
||||
{
|
||||
path: "/insignia/allocate/list-allocate",
|
||||
name: "insigniaAllocate",
|
||||
component: listAllocate,
|
||||
meta: {
|
||||
Auth: true,
|
||||
Key: [8.7],
|
||||
Role: "insignia",
|
||||
},
|
||||
},
|
||||
{
|
||||
path: "/insignia/allocate/allocate-add",
|
||||
name: "allocateAdd",
|
||||
component: allocateAdd,
|
||||
meta: {
|
||||
Auth: true,
|
||||
Key: [8.8],
|
||||
Role: "insignia",
|
||||
},
|
||||
},
|
||||
{
|
||||
path: "/insignia/allocate/detail",
|
||||
name: "allocateDetail",
|
||||
component: allocateDetail,
|
||||
meta: {
|
||||
Auth: true,
|
||||
Key: [8.9],
|
||||
Role: "insignia",
|
||||
},
|
||||
},
|
||||
{
|
||||
path: "/insignia/allocate/detail-add",
|
||||
name: "allocateDetailAdd",
|
||||
component: allocateDetailAdd,
|
||||
meta: {
|
||||
Auth: true,
|
||||
Key: [8.9],
|
||||
Role: "insignia",
|
||||
},
|
||||
},
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue