แก้ path หน้า ทะเบียนประวัติลูกจ้าง
This commit is contained in:
parent
bc9a5fc6ef
commit
51c4c777e5
4 changed files with 4 additions and 1138 deletions
|
|
@ -47,7 +47,7 @@ export default [
|
|||
},
|
||||
},
|
||||
{
|
||||
path: "/registryEmployee/edit/:Id",
|
||||
path: "/registryEmployee/edit/:id",
|
||||
name: "registryEmployeeEdit",
|
||||
component: EditDetail,
|
||||
meta: {
|
||||
|
|
|
|||
|
|
@ -137,11 +137,9 @@
|
|||
<div class="row items-center text-dark q-ml-md">
|
||||
<div class="column">
|
||||
<div class="text-bold q-pb-xs text-name">
|
||||
{{ "แก้ไข้ข้อมูลทะเบียนประวัติลูกจ้างชั่วคราว" }}
|
||||
</div>
|
||||
<div class="text-bold q-pb-xs text-sub">
|
||||
{{ "ลูกจ้างชั่วคราว" }}
|
||||
{{ fullname }}{{ leaveReason }}
|
||||
</div>
|
||||
<div>{{ position }}</div>
|
||||
</div>
|
||||
</div>
|
||||
<q-space />
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
|
|
@ -1355,7 +1355,7 @@ const clickAdd = () => {
|
|||
|
||||
// ดูรายการแก้ไขรายชื่อ
|
||||
const redirectToPage = (id?: string) => {
|
||||
router.push(`/registry/${id}`);
|
||||
router.push(`/registryEmployee/edit/${id}`);
|
||||
};
|
||||
const editDetail = async (row: any) => {
|
||||
await getPosition(row.id);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue