เเก้ icon ปุ่มลบ
This commit is contained in:
parent
7eb539f52c
commit
f34f95af1f
1 changed files with 2 additions and 5 deletions
|
|
@ -108,7 +108,7 @@ onMounted(async () => {
|
||||||
>
|
>
|
||||||
<q-item-section>
|
<q-item-section>
|
||||||
<div class="row items-center white">
|
<div class="row items-center white">
|
||||||
<q-icon name="o_edit" color="positive" />
|
<q-icon name="edit" color="positive" />
|
||||||
<span class="q-ml-sm">แก้ไข</span>
|
<span class="q-ml-sm">แก้ไข</span>
|
||||||
</div>
|
</div>
|
||||||
</q-item-section>
|
</q-item-section>
|
||||||
|
|
@ -125,10 +125,7 @@ onMounted(async () => {
|
||||||
v-close-popup
|
v-close-popup
|
||||||
>
|
>
|
||||||
<div class="row items-center white">
|
<div class="row items-center white">
|
||||||
<q-icon
|
<q-icon name="mdi-delete" color="red" />
|
||||||
name="mdi-trash-can-outline"
|
|
||||||
color="negative"
|
|
||||||
/>
|
|
||||||
<span class="q-ml-sm">ลบ</span>
|
<span class="q-ml-sm">ลบ</span>
|
||||||
</div>
|
</div>
|
||||||
</q-item-section>
|
</q-item-section>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue