fix bug calendar
This commit is contained in:
parent
2737810c6c
commit
6f5f1f90c9
111 changed files with 2002 additions and 1866 deletions
|
|
@ -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
|
||||
"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue