fix 80241

This commit is contained in:
赵霄
2023-12-29 09:42:19 +08:00
parent b6c54c319e
commit b2288b54ad
@@ -61,7 +61,8 @@
</template>
<template v-slot:file="{text}">
<file-echo :file-ids="text" :operate-fixed-right="false" :can-download="false" />
<file-echo :file-ids="text" :operate-fixed-right="false" :can-download="false" v-if="text" />
<div v-else>{{ global.emptyLine }}</div>
</template>
</j-table>
</div>