ปรับ code และ ปุม delete รายการรอบการปฏิบัติงาน

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2023-11-14 09:20:30 +07:00
parent bcb46fa272
commit 01cbfe6245
17 changed files with 1452 additions and 996 deletions

View file

@ -33,10 +33,6 @@ const resetFilter = () => {
}
};
onMounted(() => {
fetchListRoind();
});
/** Function get ข้อมูลรายการรอบการปฏิบัติงาน */
async function fetchListRoind() {
showLoader();
@ -100,6 +96,11 @@ const pagination = ref({
page: 1,
rowsPerPage: 10,
});
/** Hook*/
onMounted(() => {
fetchListRoind();
});
</script>
<template>
<div class="toptitle text-dark col-12 row items-center">
@ -229,9 +230,6 @@ const pagination = ref({
</q-td>
<q-td>
<q-btn
v-if="
props.row.isDefault === false && props.row.isActive === false
"
dense
flat
round