updated route placement
This commit is contained in:
parent
15d3ac574d
commit
242f82806b
14 changed files with 137 additions and 142 deletions
|
|
@ -147,7 +147,7 @@ const resetFilter = () => {
|
|||
|
||||
//เปิดรายละเอียด
|
||||
const openDetail = (id: string) => {
|
||||
router.push(`/repatriate/detail/${id}`);
|
||||
router.push(`/placement/repatriate/detail/${id}`);
|
||||
};
|
||||
// เปิด modal
|
||||
const openModal = () => (modal.value = true);
|
||||
|
|
@ -333,7 +333,6 @@ onMounted(async () => {
|
|||
{{ col.value == null ? "" : col.value }}
|
||||
</div>
|
||||
</q-td>
|
||||
|
||||
</q-tr>
|
||||
</template>
|
||||
</d-table>
|
||||
|
|
|
|||
|
|
@ -143,7 +143,7 @@ onMounted(() => {
|
|||
flat
|
||||
color="primary"
|
||||
class="q-mr-sm"
|
||||
@click="router.push(`/repatriate`)"
|
||||
@click="router.push(`/placement/repatriate`)"
|
||||
/>
|
||||
รายละเอียดการส่งตัวกลับ {{ fullname }}
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue