fix report employee OCT

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2025-04-03 12:01:35 +07:00
parent d438c1accc
commit 67d24266eb

View file

@ -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