fix bug calendar

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-04-30 10:59:11 +07:00
parent 2737810c6c
commit 6f5f1f90c9
111 changed files with 2002 additions and 1866 deletions

View file

@ -314,7 +314,6 @@ const clickCancelConditions = async () => {
conditions.value = false;
};
const saveConditions = () => {
if (myForm.value !== null) {
myForm.value.validate().then((success) => {
@ -335,9 +334,7 @@ const saveConditions = () => {
};
//Save Api
const dataSave = async () => {
};
const dataSave = async () => {};
/**
* Functionบนท
@ -361,7 +358,6 @@ const conditionSave = () => {
}
};
//Save Api
const saveData = async () => {
const formData = new FormData();
@ -772,7 +768,7 @@ function confirmRemove(fileId: string) {
label="แก้ไข"
style="width: 80px"
@click="conditions = !conditions"
/>
/>
</div>
<div v-else class="q-gutter-x-sm">
<q-btn
@ -1153,7 +1149,6 @@ function confirmRemove(fileId: string) {
:class="getClass(edit)"
:outlined="edit"
dense
lazy-rules
:borderless="!edit"
:model-value="date !== null ? date2Thai(date) : null"
:rules="[
@ -1304,7 +1299,6 @@ function confirmRemove(fileId: string) {
<q-input
outlined
dense
lazy-rules
:model-value="
dateBreak !== null ? date2Thai(dateBreak) : null
"