updated route retirement

This commit is contained in:
Warunee Tamkoo 2024-08-01 14:44:43 +07:00
parent 483fc2943a
commit ebd4702356
6 changed files with 160 additions and 138 deletions

View file

@ -151,7 +151,7 @@ const resetFilter = () => {
/** Setting Pagination */
const nextPage = (id: string) => {
router.push("/deceased/" + id);
router.push("/retirement/deceased/" + id);
};
const pagination = ref({
sortBy: "createdAt",

View file

@ -375,7 +375,7 @@ const updateData = (row: DataCopyOrder) => {
flat
color="primary"
class="q-mr-sm"
@click="router.push(`/deceased/${profileId}`)"
@click="router.push(`/retirement/deceased/${profileId}`)"
/>
งหนงสอเวยน
</div>

View file

@ -55,7 +55,7 @@ const fetchData = async () => {
//detail deceased
const openDeceased = (id: string) => {
router.push(`/deceased/detail/${id}`);
router.push(`/retirement/deceased/detail/${id}`);
};
//
@ -109,7 +109,7 @@ const fileDownload = async (type: string) => {
flat
color="primary"
class="q-mr-sm"
@click="router.push(`/deceased`)"
@click="router.push(`/retirement/deceased`)"
/>
รายละเอยดบนทกเวยนแจงการถงแกกรรม {{ fullName }}
</div>