updated route placement

This commit is contained in:
Warunee Tamkoo 2024-08-01 14:29:33 +07:00
parent 15d3ac574d
commit 242f82806b
14 changed files with 137 additions and 142 deletions

View file

@ -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>

View file

@ -143,7 +143,7 @@ onMounted(() => {
flat
color="primary"
class="q-mr-sm"
@click="router.push(`/repatriate`)"
@click="router.push(`/placement/repatriate`)"
/>
รายละเอยดการสงตวกล {{ fullname }}
</div>