ปรับ ui รายละเอียดการลาออก

This commit is contained in:
Warunee Tamkoo 2024-02-28 10:02:02 +07:00
parent f806417157
commit 09bc6905e0

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>