updated
This commit is contained in:
parent
67b5756a73
commit
2c64730342
2 changed files with 3 additions and 4 deletions
|
|
@ -955,7 +955,7 @@ onMounted(async () => {
|
||||||
>
|
>
|
||||||
</q-item>
|
</q-item>
|
||||||
|
|
||||||
<q-item
|
<!-- <q-item
|
||||||
v-if="
|
v-if="
|
||||||
props.row.bmaOfficer !== 'บุคคลภายนอก' &&
|
props.row.bmaOfficer !== 'บุคคลภายนอก' &&
|
||||||
roleAdmin &&
|
roleAdmin &&
|
||||||
|
|
@ -981,7 +981,7 @@ onMounted(async () => {
|
||||||
/>
|
/>
|
||||||
</q-item-section>
|
</q-item-section>
|
||||||
<q-item-section>เลือกหน่วยงานที่รับเลื่อน</q-item-section>
|
<q-item-section>เลือกหน่วยงานที่รับเลื่อน</q-item-section>
|
||||||
</q-item>
|
</q-item> -->
|
||||||
|
|
||||||
<q-item
|
<q-item
|
||||||
v-if="
|
v-if="
|
||||||
|
|
|
||||||
|
|
@ -291,9 +291,8 @@ onMounted(() => {
|
||||||
<q-space />
|
<q-space />
|
||||||
<q-btn
|
<q-btn
|
||||||
class="q-px-sm"
|
class="q-px-sm"
|
||||||
v-if="storeActing.isOfficer === true || storeActing.isStaff === true"
|
v-if="storeActing.isOfficer === true"
|
||||||
dense
|
dense
|
||||||
:disable="storeActing.isStaff == true && storeActing.rootId == ''"
|
|
||||||
flat
|
flat
|
||||||
round
|
round
|
||||||
color="add"
|
color="add"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue