Merge branch 'develop' into nice_dev

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-02-28 11:17:07 +07:00
commit 704fce71ed

View file

@ -126,8 +126,6 @@ const fileList = ref<FileList[]>([]);
const checkboxGroup = ref<CheckBoxType[]>([]);
const checkboxOp = ref<CheckBoxType[]>([
{ label: "ไม่เป็นหนี้สหกรณ์", value: "debt" },
{ label: "test1", value: "test1" },
{ label: "test2", value: "test2" },
]);
/** Hook */
onMounted(async () => {
@ -877,7 +875,7 @@ function confirmRemove(fileId: string) {
</div>
<div class="col-12" v-else>
<q-card class="q-pa-md" bordered> ไมรายการเอกสาร </q-card>
<q-card class="q-pa-sm" bordered> ไมรายการเอกสาร </q-card>
</div>
</div>
</div>