insignia Reclaim

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2025-04-30 17:34:20 +07:00
parent b653300188
commit 17ff56c7cf
5 changed files with 1421 additions and 179 deletions

View file

@ -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",
},
},
];