แก้ไข loader

This commit is contained in:
Thanit Konmek 2023-08-04 10:04:59 +07:00
parent f072224851
commit b663eedb09
147 changed files with 3095 additions and 3256 deletions

View file

@ -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;