Merge branch 'develop' into devTee
This commit is contained in:
commit
9b8ea3195e
161 changed files with 995 additions and 1006 deletions
|
|
@ -149,7 +149,7 @@ onMounted(async () => {
|
|||
flat
|
||||
color="primary"
|
||||
class="q-mr-sm"
|
||||
@click="router.push(`/other`)"
|
||||
@click="router.push(`/placement/other`)"
|
||||
/>
|
||||
รายละเอียดรายการอื่นๆ {{ fullName }}
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue