Merge branch 'develop' into devTee

This commit is contained in:
STW_TTTY\stwtt 2024-08-01 15:39:07 +07:00
commit 9b8ea3195e
161 changed files with 995 additions and 1006 deletions

View file

@ -149,7 +149,7 @@ onMounted(async () => {
flat
color="primary"
class="q-mr-sm"
@click="router.push(`/other`)"
@click="router.push(`/placement/other`)"
/>
รายละเอยดรายการอนๆ {{ fullName }}
</div>

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>