UI ออกคำสั่ง
This commit is contained in:
parent
a750c4924c
commit
884fab1560
15 changed files with 1828 additions and 18 deletions
|
|
@ -13,8 +13,18 @@ export default [
|
|||
},
|
||||
},
|
||||
{
|
||||
path: "/command/:id",
|
||||
name: "commandDetailPage",
|
||||
path: "/command/view/:id",
|
||||
name: "commandViewDetailPage",
|
||||
component: detailPage,
|
||||
meta: {
|
||||
Auth: true,
|
||||
Key: "COMMAND",
|
||||
Role: "STAFF",
|
||||
},
|
||||
},
|
||||
{
|
||||
path: "/command/edit/:id",
|
||||
name: "commandEditDetailPage",
|
||||
component: detailPage,
|
||||
meta: {
|
||||
Auth: true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue