fix report employee OCT
This commit is contained in:
parent
d438c1accc
commit
67d24266eb
1 changed files with 3 additions and 1 deletions
|
|
@ -429,7 +429,9 @@ onMounted(() => {
|
|||
v-for="(item, index) in store.roundMainCode === 'APR'
|
||||
? store.itemDownloadApr
|
||||
: store.roundMainCode === 'OCT'
|
||||
? store.itemDownloadOct
|
||||
? props.snapShot === 'SNAP1'
|
||||
? store.itemDownloadOct.filter((e) => e.id !== 'emp2-01')
|
||||
: store.itemDownloadOct
|
||||
: []"
|
||||
:key="index"
|
||||
clickable
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue