ข้อมูลหลัก => comment btn delete
This commit is contained in:
parent
0c894aa6bc
commit
319103d8e2
15 changed files with 104 additions and 102 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue