页面样式修改,工作组统计

This commit is contained in:
shenyanpei
2021-11-21 16:56:47 +08:00
parent 1553761c6d
commit c21b849657
17 changed files with 1224 additions and 246 deletions
+1 -1
View File
@@ -73,7 +73,7 @@
</div>
<div class="content_text">
<span>会议附件 :
<span v-if="item.files.length === '0'">{{ '-' }}</span>
<span v-if="item.files.length === 0">{{ '-' }}</span>
<span v-for="res in item.files" :key="res.id" style="color: #409EFF;" @click="previews(res.id)">
{{ res.name }} {{ ';'}}
</span>