ยืม-คืนเครื่องราช
This commit is contained in:
parent
8bae20aa2f
commit
6e482172f2
8 changed files with 323 additions and 568 deletions
|
|
@ -18,12 +18,8 @@ const listMange = () =>
|
|||
import("@/modules/07_insignia/components/2_Manage/listManage.vue");
|
||||
const listAllocate = () =>
|
||||
import("@/modules/07_insignia/components/4_Allocate/Main.vue");
|
||||
const allocateAdd = () =>
|
||||
import("@/modules/07_insignia/components/4_Allocate/allocateAdd.vue");
|
||||
const allocateOrdList = () =>
|
||||
import("@/modules/07_insignia/components/4_Allocate/OrgList.vue");
|
||||
const allocateOrgAdd = () =>
|
||||
import("@/modules/07_insignia/components/4_Allocate/OrgAdd.vue");
|
||||
const VatInsignia = () =>
|
||||
import("@/modules/07_insignia/components/VatInsignia.vue");
|
||||
|
||||
|
|
@ -123,7 +119,7 @@ export default [
|
|||
},
|
||||
},
|
||||
{
|
||||
path: "/insignia/allocate/list-allocate",
|
||||
path: "/insignia/allocate",
|
||||
name: "insigniaAllocate",
|
||||
component: listAllocate,
|
||||
meta: {
|
||||
|
|
@ -133,17 +129,7 @@ export default [
|
|||
},
|
||||
},
|
||||
{
|
||||
path: "/insignia/allocate/allocate-add",
|
||||
name: "allocateAdd",
|
||||
component: allocateAdd,
|
||||
meta: {
|
||||
Auth: true,
|
||||
Key: [8.8],
|
||||
Role: "insignia",
|
||||
},
|
||||
},
|
||||
{
|
||||
path: "/insignia/allocate/detail/:id",
|
||||
path: "/insignia/allocate/org/:id",
|
||||
name: "allocateOrdList",
|
||||
component: allocateOrdList,
|
||||
meta: {
|
||||
|
|
@ -152,16 +138,6 @@ export default [
|
|||
Role: "insignia",
|
||||
},
|
||||
},
|
||||
{
|
||||
path: "/insignia/allocate/detail-add",
|
||||
name: "allocateOrgAdd",
|
||||
component: allocateOrgAdd,
|
||||
meta: {
|
||||
Auth: true,
|
||||
Key: [8.10],
|
||||
Role: "insignia",
|
||||
},
|
||||
},
|
||||
{
|
||||
path: "/insignia/vat",
|
||||
name: "VatInsignia",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue