รายการเลื่อนเงินเดือนข้าราชการฯ => รอบพิเศษ
This commit is contained in:
parent
be27d0f7e8
commit
070e73916d
3 changed files with 3 additions and 3 deletions
|
|
@ -451,7 +451,7 @@ onMounted(() => {
|
||||||
? itemsCard.slice(0, 5)
|
? itemsCard.slice(0, 5)
|
||||||
: store.roundMainCode === 'OCT'
|
: store.roundMainCode === 'OCT'
|
||||||
? itemsCard.slice(5, 12)
|
? itemsCard.slice(5, 12)
|
||||||
: itemsCard"
|
: []"
|
||||||
:key="index"
|
:key="index"
|
||||||
:class="
|
:class="
|
||||||
store.roundMainCode === 'APR'
|
store.roundMainCode === 'APR'
|
||||||
|
|
|
||||||
|
|
@ -422,7 +422,7 @@ watch(
|
||||||
<q-menu>
|
<q-menu>
|
||||||
<q-list dense style="min-width: 150px">
|
<q-list dense style="min-width: 150px">
|
||||||
<q-item
|
<q-item
|
||||||
v-for="(item, index) in store.itemMenu.filter((x:any)=>x.type != 'properties')"
|
v-for="(item, index) in store.roundCode !== 'SPECIAL' ? store.itemMenu.filter((x:any)=>x.type !== 'properties') :store.itemMenu.filter((x:any)=>x.type !== 'moveGroup' && x.type !== 'properties')"
|
||||||
:key="index"
|
:key="index"
|
||||||
clickable
|
clickable
|
||||||
v-close-popup
|
v-close-popup
|
||||||
|
|
|
||||||
|
|
@ -501,7 +501,7 @@ watch(
|
||||||
<q-menu>
|
<q-menu>
|
||||||
<q-list dense style="min-width: 150px">
|
<q-list dense style="min-width: 150px">
|
||||||
<q-item
|
<q-item
|
||||||
v-for="(item, index) in store.itemMenu"
|
v-for="(item, index) in store.roundCode !== 'SPECIAL'? store.itemMenu :store.itemMenu.filter((x:any)=>x.type !== 'moveGroup')"
|
||||||
:key="index"
|
:key="index"
|
||||||
clickable
|
clickable
|
||||||
v-close-popup
|
v-close-popup
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue