แก้ไข retirement
This commit is contained in:
parent
446ff20c72
commit
c21a95f486
3 changed files with 11 additions and 10 deletions
|
|
@ -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: "เลือกประกาศที่ต้องการเพิ่มข้อมูล",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue