ข้อมูลหลัก => comment btn delete

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-07-17 11:42:03 +07:00
parent 0c894aa6bc
commit 319103d8e2
15 changed files with 104 additions and 102 deletions

View file

@ -281,7 +281,7 @@ async function onSubmit() {
>
<q-tooltip>แกไขขอม</q-tooltip>
</q-btn>
<q-btn
<!-- <q-btn
color="red"
flat
dense
@ -295,7 +295,7 @@ async function onSubmit() {
v-close-popup
>
<q-tooltip>ลบขอม</q-tooltip>
</q-btn>
</q-btn> -->
</q-td>
</q-tr>
</template>

View file

@ -214,7 +214,7 @@ onMounted(() => {
>
<q-tooltip>แกไขขอม</q-tooltip>
</q-btn>
<q-btn
<!-- <q-btn
color="red"
flat
dense
@ -226,7 +226,7 @@ onMounted(() => {
v-close-popup
>
<q-tooltip>ลบขอม</q-tooltip>
</q-btn>
</q-btn> -->
</q-td>
</q-tr>
</template>

View file

@ -355,7 +355,7 @@ onMounted(async () => {
>
<q-tooltip>แกไขขอม</q-tooltip>
</q-btn>
<q-btn
<!-- <q-btn
color="red"
flat
dense
@ -369,12 +369,11 @@ onMounted(async () => {
v-close-popup
>
<q-tooltip>ลบขอม</q-tooltip>
</q-btn>
</q-btn> -->
</q-td>
</q-tr>
</template>
</d-table>
</div>
<q-dialog v-model="dialog" class="dialog" persistent>
<q-card style="width: 350px">
@ -401,7 +400,6 @@ onMounted(async () => {
hide-bottom-space
:rules="[(val) => val.length > 0 || 'กรุณากรอกระดับตำแหน่ง']"
class="inputgreen"
/>
</div>
@ -420,7 +418,6 @@ onMounted(async () => {
hide-bottom-space
mask="############"
class="inputgreen"
/>
</div>
@ -441,7 +438,6 @@ onMounted(async () => {
bg-color="white"
hide-bottom-space
class="inputgreen"
/>
</div>
@ -457,7 +453,6 @@ onMounted(async () => {
hide-bottom-space
readonly
class="inputgreen"
/>
</div>
</q-card-section>