โคลนหน้า ยืม คืน
This commit is contained in:
parent
b4869280da
commit
05a6261b43
3 changed files with 849 additions and 0 deletions
|
|
@ -26,6 +26,8 @@ const allocateDetailAdd = () =>
|
|||
import("@/modules/07_insignia/components/4_Allocate/addDetail.vue");
|
||||
const VatInsignia = () =>
|
||||
import("@/modules/07_insignia/components/VatInsignia.vue");
|
||||
const insigniaBorrow = () =>
|
||||
import("@/modules/07_insignia/components/5_Borrow/Main.vue");
|
||||
export default [
|
||||
{
|
||||
path: "/insignia",
|
||||
|
|
@ -168,4 +170,14 @@ export default [
|
|||
Role: "insignia",
|
||||
},
|
||||
},
|
||||
{
|
||||
path: "/insignia/borrow",
|
||||
name: "insigniaBorrow",
|
||||
component: insigniaBorrow,
|
||||
meta: {
|
||||
Auth: true,
|
||||
Key: [8.9],
|
||||
Role: "insignia",
|
||||
},
|
||||
},
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue