Commit 1da5d6e4 by LJM

消息管理/系统公告:暂无附件显示修改

parent 00945683
Showing with 1 additions and 1 deletions
......@@ -12,7 +12,7 @@
<el-table-column prop="attach_file" label="附件" :show-overflow-tooltip="true" align="center">
<template slot-scope="scope">
<a :href="scope.row.attachment_url" class="alink" target="_blank" v-if="scope.row.attachment_name">{{ scope.row.attachment_name }}</a>
<span v-else>暂无附件</span>
<span v-else>-</span>
</template>
</el-table-column>
<el-table-column prop="create_time" label="创建时间" :show-overflow-tooltip="true" align="center"></el-table-column>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment