ปรับ code และ ปุม delete รายการรอบการปฏิบัติงาน
This commit is contained in:
parent
bcb46fa272
commit
01cbfe6245
17 changed files with 1452 additions and 996 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue