insignia Reclaim
This commit is contained in:
parent
b653300188
commit
17ff56c7cf
5 changed files with 1421 additions and 179 deletions
|
|
@ -27,6 +27,9 @@ const ReportView = () => import("./views/06_ReportMain.vue");
|
|||
const report_02 = () =>
|
||||
import("@/modules/07_insignia/components/report/ReportDetail.vue");
|
||||
|
||||
const ReclaimMain = () =>
|
||||
import("@/modules/07_insignia/views/07_ReclaimMain.vue");
|
||||
|
||||
export default [
|
||||
{
|
||||
path: "/insignia/round",
|
||||
|
|
@ -110,4 +113,15 @@ export default [
|
|||
Role: "STAFF",
|
||||
},
|
||||
},
|
||||
|
||||
{
|
||||
path: "/insignia/reclaim",
|
||||
name: "insigniaReclaim",
|
||||
component: ReclaimMain,
|
||||
meta: {
|
||||
Auth: true,
|
||||
Key: "SYS_INSIGNIA_RECLAIM",
|
||||
Role: "STAFF",
|
||||
},
|
||||
},
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue