mock api รายงาน เครื่องราช
This commit is contained in:
parent
fa316f5643
commit
016970dc9e
10 changed files with 1046 additions and 205 deletions
|
|
@ -7,6 +7,8 @@ const ReportView = () =>
|
|||
import("../07_insignia/components/report/ReportView.vue");
|
||||
const report_01 = () =>
|
||||
import("../07_insignia/components/report/Report_01.vue");
|
||||
const report_02 = () =>
|
||||
import("../07_insignia/components/report/Report_02.vue");
|
||||
const RecordInsignia = () =>
|
||||
import("@/modules/07_insignia/views/ResultPage.vue");
|
||||
const Coin = () => import("@/modules/07_insignia/components/Coin.vue");
|
||||
|
|
@ -23,7 +25,7 @@ const allocateOrdList = () =>
|
|||
const VatInsignia = () =>
|
||||
import("@/modules/07_insignia/components/VatInsignia.vue");
|
||||
|
||||
// ยืม - คืนเครื่องราช
|
||||
// ยืม - คืนเครื่องราช
|
||||
const insigniaBorrow = () =>
|
||||
import("@/modules/07_insignia/components/5_Borrow/Main.vue");
|
||||
export default [
|
||||
|
|
@ -108,6 +110,16 @@ export default [
|
|||
Role: "insignia",
|
||||
},
|
||||
},
|
||||
{
|
||||
path: "/insignia/report/report-02",
|
||||
name: "report-report-02",
|
||||
component: report_02,
|
||||
meta: {
|
||||
Auth: true,
|
||||
Key: [8.5],
|
||||
Role: "insignia",
|
||||
},
|
||||
},
|
||||
{
|
||||
path: "/insignia/manage/list-manage",
|
||||
name: "insigniaManage",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue