แก้ไข loader
This commit is contained in:
parent
f072224851
commit
b663eedb09
147 changed files with 3095 additions and 3256 deletions
|
|
@ -121,7 +121,8 @@
|
|||
color="red"
|
||||
@click="cancelClick()"
|
||||
label="ยกเลิกแก้ไข"
|
||||
> <!-- icon="mdi-undo"
|
||||
>
|
||||
<!-- icon="mdi-undo"
|
||||
<q-tooltip>ยกเลิก</q-tooltip> -->
|
||||
</q-btn>
|
||||
<q-btn
|
||||
|
|
@ -130,7 +131,8 @@
|
|||
color="red"
|
||||
@click="deleteClick()"
|
||||
label="ลบวันหยุด"
|
||||
> <!-- icon="mdi-delete"
|
||||
>
|
||||
<!-- icon="mdi-delete"
|
||||
<q-tooltip>ลบ</q-tooltip> -->
|
||||
</q-btn>
|
||||
<q-btn
|
||||
|
|
@ -215,7 +217,6 @@ import type {
|
|||
DataDateRowObject,
|
||||
DataDateAddObject,
|
||||
} from "@/modules/01_metadata/interface/request/Calendar";
|
||||
import { useDataStore } from "@/stores/data";
|
||||
|
||||
const props = defineProps({
|
||||
dateYear: {
|
||||
|
|
@ -240,8 +241,6 @@ const props = defineProps({
|
|||
},
|
||||
});
|
||||
|
||||
const store = useDataStore();
|
||||
const { loaderPage } = store;
|
||||
const mixin = useCounterMixin(); //เรียกฟังก์ชันกลาง
|
||||
const { success, dateToISO, date2Thai, messageError, showLoader, hideLoader } =
|
||||
mixin;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue