Ui เครื่องราช
This commit is contained in:
parent
4b4f99f89f
commit
18d9947936
6 changed files with 951 additions and 0 deletions
|
|
@ -3,6 +3,8 @@
|
|||
*/
|
||||
|
||||
const Main = () => import("@/modules/07_insignia/views/Main.vue");
|
||||
const ReportView = () => import("../07_insignia/components/report/ReportView.vue")
|
||||
const report_01 = () => import("../07_insignia/components/report/Report_01.vue")
|
||||
|
||||
export default [
|
||||
{
|
||||
|
|
@ -15,4 +17,25 @@ export default [
|
|||
Role: "insignia",
|
||||
},
|
||||
},
|
||||
{
|
||||
path: "/insignia/report",
|
||||
name: "insignia-report",
|
||||
component: ReportView,
|
||||
meta: {
|
||||
Auth: true,
|
||||
Key: [7.1],
|
||||
Role: "insignia",
|
||||
},
|
||||
},
|
||||
{
|
||||
path: "/insignia/report/report-01",
|
||||
name: "insignia-report-report-01",
|
||||
component: report_01,
|
||||
meta: {
|
||||
Auth: true,
|
||||
Key: [7.1],
|
||||
Role: "insignia",
|
||||
},
|
||||
},
|
||||
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue