UI ออกคำสั่ง

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-09-10 18:03:01 +07:00
parent a750c4924c
commit 884fab1560
15 changed files with 1828 additions and 18 deletions

View file

@ -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,