fix ข้อความและซ่อนเมนู
This commit is contained in:
parent
d2c6837a86
commit
1567281d89
3 changed files with 15 additions and 15 deletions
|
|
@ -308,18 +308,18 @@ const menuList = readonly<any[]>([
|
||||||
path: "dismiss-order",
|
path: "dismiss-order",
|
||||||
role: "retirement",
|
role: "retirement",
|
||||||
},
|
},
|
||||||
{
|
// {
|
||||||
key: 7.6,
|
// key: 7.6,
|
||||||
label: "รายการปลดออก",
|
// label: "รายการปลดออก",
|
||||||
path: "discharged",
|
// path: "discharged",
|
||||||
role: "retirement",
|
// role: "retirement",
|
||||||
},
|
// },
|
||||||
{
|
// {
|
||||||
key: 7.7,
|
// key: 7.7,
|
||||||
label: "รายการไล่ออก",
|
// label: "รายการไล่ออก",
|
||||||
path: "expulsion",
|
// path: "expulsion",
|
||||||
role: "retirement",
|
// role: "retirement",
|
||||||
},
|
// },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -231,7 +231,7 @@
|
||||||
</q-item-section>
|
</q-item-section>
|
||||||
<q-item-section>ให้ออกจากราชการ</q-item-section>
|
<q-item-section>ให้ออกจากราชการ</q-item-section>
|
||||||
</q-item>
|
</q-item>
|
||||||
<q-separator />
|
<!-- <q-separator />
|
||||||
<q-item
|
<q-item
|
||||||
clickable
|
clickable
|
||||||
v-close-popup
|
v-close-popup
|
||||||
|
|
@ -252,7 +252,7 @@
|
||||||
<q-item-section style="min-width: 0px" avatar class="q-py-sm">
|
<q-item-section style="min-width: 0px" avatar class="q-py-sm">
|
||||||
</q-item-section>
|
</q-item-section>
|
||||||
<q-item-section>ไล่ออกจากราชการ</q-item-section>
|
<q-item-section>ไล่ออกจากราชการ</q-item-section>
|
||||||
</q-item>
|
</q-item> -->
|
||||||
<q-separator />
|
<q-separator />
|
||||||
<q-item
|
<q-item
|
||||||
clickable
|
clickable
|
||||||
|
|
|
||||||
|
|
@ -241,7 +241,7 @@ watch(
|
||||||
|
|
||||||
<q-card-actions align="right" class="bg-white text-teal">
|
<q-card-actions align="right" class="bg-white text-teal">
|
||||||
<q-btn
|
<q-btn
|
||||||
label="เพิ่มการประชุมเหมือนกรรมการ "
|
label="เพิ่มการประชุม"
|
||||||
@click="onClickAddMeet"
|
@click="onClickAddMeet"
|
||||||
:disable="checkSelected"
|
:disable="checkSelected"
|
||||||
color="public"
|
color="public"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue