Merge branch 'develop' into devTee

This commit is contained in:
setthawutttty 2025-04-03 13:27:30 +07:00
commit d0d49e5659

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