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
|
||||
v-if="
|
||||
props.row.bmaOfficer !== 'บุคคลภายนอก' &&
|
||||
roleAdmin &&
|
||||
|
|
@ -981,7 +981,7 @@ onMounted(async () => {
|
|||
/>
|
||||
</q-item-section>
|
||||
<q-item-section>เลือกหน่วยงานที่รับเลื่อน</q-item-section>
|
||||
</q-item>
|
||||
</q-item> -->
|
||||
|
||||
<q-item
|
||||
v-if="
|
||||
|
|
|
|||
|
|
@ -291,9 +291,8 @@ onMounted(() => {
|
|||
<q-space />
|
||||
<q-btn
|
||||
class="q-px-sm"
|
||||
v-if="storeActing.isOfficer === true || storeActing.isStaff === true"
|
||||
v-if="storeActing.isOfficer === true"
|
||||
dense
|
||||
:disable="storeActing.isStaff == true && storeActing.rootId == ''"
|
||||
flat
|
||||
round
|
||||
color="add"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue