标准化活动日历

This commit is contained in:
shenyanpei
2021-11-11 16:10:09 +08:00
parent 8e45feb99c
commit e04cb83cb8
+1 -4
View File
@@ -66,7 +66,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>
@@ -254,9 +254,6 @@ export default {
if (attId != null && attId !== "") {
window.location.href = "/api/att/attFile/downloadFileForSar?fileId=" + attId;
}
},
aaa(val) {
console.log(val)
}
}
}