สิทธิ์ รายการบันทึกเวียนแจ้งการถึงแก่กรรม
This commit is contained in:
parent
c134fcd7db
commit
4e0781b180
3 changed files with 47 additions and 11 deletions
|
|
@ -19,6 +19,8 @@ const deceased = () =>
|
|||
import("@/modules/06_retirement/components/resign/Deceased.vue");
|
||||
const detaildeceased = () =>
|
||||
import("@/modules/06_retirement/components/resign/DetailDeceased.vue");
|
||||
const detaildeceasedOnly = () =>
|
||||
import("@/modules/06_retirement/components/resign/DetailDeceased.vue");
|
||||
const dismissOrder = () =>
|
||||
import("@/modules/06_retirement/components/DismissOrder/DismissOrder.vue");
|
||||
const outDetail = () =>
|
||||
|
|
@ -186,6 +188,16 @@ export default [
|
|||
Role: "STAFF",
|
||||
},
|
||||
},
|
||||
{
|
||||
path: "/retirement/deceased-detail/:id",
|
||||
name: "deceased-detailOnly",
|
||||
component: detaildeceasedOnly,
|
||||
meta: {
|
||||
Auth: true,
|
||||
Key: "SYS_PASSAWAY",
|
||||
Role: "STAFF",
|
||||
},
|
||||
},
|
||||
{
|
||||
path: "/retirement/deceased/detail/:id",
|
||||
name: "deceased-detailByid",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue