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

@ -216,7 +216,7 @@ const clickDelete = (id: string) => {
//----()------//
const nextPage = (id: string) => {
router.push({
path: `/other/detail/${id}`,
path: `/placement/other/detail/${id}`,
});
};
@ -345,8 +345,6 @@ onMounted(() => {
{{ col.value ? col.value : "-" }}
</div>
</q-td>
</q-tr>
</template>
</d-table>