ui รายการลาออก
This commit is contained in:
parent
d08dbd9528
commit
8d8ba07217
12 changed files with 1497 additions and 463 deletions
|
|
@ -7,12 +7,6 @@ const Listretirement = () =>
|
|||
import("@/modules/06_retirement/components/ListRetirement/TableList.vue");
|
||||
const ListretirementDetail = () =>
|
||||
import("@/modules/06_retirement/components/ListRetirement/TableList.vue");
|
||||
const resign = () =>
|
||||
import("@/modules/06_retirement/components/resign/Resign.vue");
|
||||
const resignByid = () =>
|
||||
import("@/modules/06_retirement/components/resign/ResignByid.vue");
|
||||
const resignDetailbyid = () =>
|
||||
import("@/modules/06_retirement/components/resign/ResignByid.vue");
|
||||
const deceased = () =>
|
||||
import("@/modules/06_retirement/components/Deceased/Deceased.vue");
|
||||
const detaildeceased = () =>
|
||||
|
|
@ -34,6 +28,14 @@ const exitInterviewEditQuestion = () =>
|
|||
const detaildeceasedByid = () =>
|
||||
import("@/modules/06_retirement/components/Deceased/DetailByidDeceased.vue");
|
||||
|
||||
/** รายการลาออก */
|
||||
const resign = () =>
|
||||
import("@/modules/06_retirement/components/resign/Main.vue");
|
||||
const resignByid = () =>
|
||||
import("@/modules/06_retirement/components/resign/ResignByid.vue");
|
||||
const resignReject = () =>
|
||||
import("@/modules/06_retirement/components/resign/ResignReject.vue");
|
||||
|
||||
export default [
|
||||
{
|
||||
path: "/retirement",
|
||||
|
|
@ -115,6 +117,7 @@ export default [
|
|||
Role: "STAFF",
|
||||
},
|
||||
},
|
||||
/** รายการลาออก */
|
||||
{
|
||||
path: "/retirement/resign",
|
||||
name: "resign",
|
||||
|
|
@ -138,23 +141,34 @@ export default [
|
|||
{
|
||||
path: "/retirement/resign-detail/:id",
|
||||
name: "resignDetailbyid",
|
||||
component: resignDetailbyid,
|
||||
component: resignByid,
|
||||
meta: {
|
||||
Auth: true,
|
||||
Key: "SYS_RESIGN",
|
||||
Role: "STAFF",
|
||||
},
|
||||
},
|
||||
// {
|
||||
// path: "/retirement/resign-order",
|
||||
// name: "resign-order",
|
||||
// component: resignOrder,
|
||||
// meta: {
|
||||
// Auth: true,
|
||||
// Key: "SYS_RESIGN",
|
||||
// Role: "STAFF",
|
||||
// },
|
||||
// },
|
||||
{
|
||||
path: "/retirement/resign-reject/:id",
|
||||
name: "resignReject",
|
||||
component: resignReject,
|
||||
meta: {
|
||||
Auth: true,
|
||||
Key: "SYS_RESIGN",
|
||||
Role: "STAFF",
|
||||
},
|
||||
},
|
||||
{
|
||||
path: "/retirement/resign-detail-reject/:id",
|
||||
name: "resignDetailreject",
|
||||
component: resignReject,
|
||||
meta: {
|
||||
Auth: true,
|
||||
Key: "SYS_RESIGN",
|
||||
Role: "STAFF",
|
||||
},
|
||||
},
|
||||
|
||||
{
|
||||
path: "/retirement/deceased",
|
||||
name: "deceased",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue