ปรับ รายการบันทึกเวียนแจ้งการถึงแก่กรรม
This commit is contained in:
parent
911bed1148
commit
7e26314cb6
4 changed files with 11 additions and 88 deletions
|
|
@ -19,8 +19,6 @@ 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 = () =>
|
||||
|
|
@ -190,16 +188,6 @@ 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