โคลนหน้า ยืม คืน

This commit is contained in:
setthawutttty 2023-08-25 15:07:08 +07:00
parent b4869280da
commit 05a6261b43
3 changed files with 849 additions and 0 deletions

View file

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