no message
This commit is contained in:
parent
15de212cef
commit
ad6898effc
1 changed files with 6 additions and 2 deletions
|
|
@ -227,7 +227,11 @@ onMounted(async () => {
|
|||
>
|
||||
<div class="row items-center full-width">
|
||||
<div
|
||||
v-if="store.dataEvaluation.isReject == true && store.tabMain == '1'"
|
||||
v-if="
|
||||
store.dataEvaluation.isReject == true &&
|
||||
store.dataEvaluation.evaluationStatus !== 'COMPLETE' &&
|
||||
store.dataEvaluation.evaluationStatus !== 'KP7'
|
||||
"
|
||||
class="col-12 q-pb-sm q-gutter-sm"
|
||||
>
|
||||
<q-banner
|
||||
|
|
@ -392,7 +396,7 @@ onMounted(async () => {
|
|||
/>
|
||||
<Work
|
||||
v-model:data="rows_03"
|
||||
:title="`3. งานอื่นๆ ที่ได้รับมอบหมาย`"
|
||||
:title="`3. งานอื่น ๆ ที่ได้รับมอบหมาย`"
|
||||
:page="3"
|
||||
:fetchList="fetchAssigned"
|
||||
:total="totalResults3"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue