fix 80241
This commit is contained in:
@@ -61,7 +61,8 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<template v-slot:file="{text}">
|
<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>
|
</template>
|
||||||
</j-table>
|
</j-table>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user