icon ข้อมูลปฏิทินวันหยุด
This commit is contained in:
parent
ebae0d9170
commit
5642d5b3a0
1 changed files with 8 additions and 2 deletions
|
|
@ -425,7 +425,10 @@ watch(props, async (count, prevCount) => {
|
||||||
@click="editCalendar(props.row)"
|
@click="editCalendar(props.row)"
|
||||||
>
|
>
|
||||||
<q-item-section>
|
<q-item-section>
|
||||||
<q-item-label>แก้ไขวันหยุด</q-item-label>
|
<div class="row items-center">
|
||||||
|
<q-icon color="edit" name="edit" size="xs" />
|
||||||
|
<div class="q-pl-md">แก้ไขวันหยุด</div>
|
||||||
|
</div>
|
||||||
</q-item-section>
|
</q-item-section>
|
||||||
</q-item>
|
</q-item>
|
||||||
<q-item
|
<q-item
|
||||||
|
|
@ -434,7 +437,10 @@ watch(props, async (count, prevCount) => {
|
||||||
@click="deleteClick(props.row)"
|
@click="deleteClick(props.row)"
|
||||||
>
|
>
|
||||||
<q-item-section>
|
<q-item-section>
|
||||||
<q-item-label>ลบวันหยุด</q-item-label>
|
<div class="row items-center">
|
||||||
|
<q-icon color="red" name="mdi-delete" size="xs" />
|
||||||
|
<div class="q-pl-md">ลบวันหยุด</div>
|
||||||
|
</div>
|
||||||
</q-item-section>
|
</q-item-section>
|
||||||
</q-item>
|
</q-item>
|
||||||
</q-list>
|
</q-list>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue