แก้ไข retirement

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2023-08-07 13:17:59 +07:00
parent 446ff20c72
commit c21a95f486
3 changed files with 11 additions and 10 deletions

View file

@ -125,7 +125,7 @@
<q-th v-for="col in props.cols" :key="col.name" :props="props">
<span class="text-weight-medium">{{ col.label }}</span>
</q-th>
<q-th auto-width />
<!-- <q-th auto-width /> -->
</q-tr>
</template>
<template v-slot:body="props">
@ -472,12 +472,12 @@ const clickAdd = () => {
})
.onCancel(() => {})
.onDismiss(() => {});
} else {
modal.value = true;
action.value = "";
radio.value = "";
}
modal.value = true;
action.value = "";
radio.value = "";
// $q.dialog({
// title: "",
// message: "",