This commit is contained in:
BianLzhaoMin 2025-10-21 14:42:31 +08:00
parent 99e44cd7e7
commit 9bf59b7612
1 changed files with 9 additions and 0 deletions

View File

@ -91,6 +91,15 @@
}}
</span>
</template>
<template v-else-if="item.prop === 'attTime'">
<span v-if="row.isRepair == 1">
{{ `${row.attTime}(补卡)` }}
</span>
<span v-else>
{{ row.attTime || '/' }}
</span>
</template>
<template v-else>{{
row[item.prop] || '/'
}}</template>