Merge branch 'develop' into nice_dev
This commit is contained in:
commit
704fce71ed
1 changed files with 1 additions and 3 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue