This commit is contained in:
yangduo 2024-07-25 16:29:58 +08:00
parent 12570897b9
commit 098cfa6c32

View File

@ -47,7 +47,7 @@
<!-- </el-table-column>-->
<el-table-column label="附件" align="center" width="95">
<template slot-scope="{row}">
<span v-if="row.attachments.length > 0" class="link-type" @click="handleFetchAtta(row.attachments)">查看</span>
<span v-if="row.attachments != null && row.attachments.length > 0" class="link-type" @click="handleFetchAtta(row.attachments)">查看</span>
<el-tag v-else type="info"></el-tag>
</template>
</el-table-column>