去掉详情标题 "标准详情"
去掉发布稿过长截取
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
<div class="details-header">
|
<div class="details-header">
|
||||||
<span>{{ sarStandardsInfoEO.standSortShow || '' }} {{
|
<span>{{ sarStandardsInfoEO.standSortShow || '' }} {{
|
||||||
sarStandardsInfoEO.standNumber
|
sarStandardsInfoEO.standNumber
|
||||||
}}-{{ sarStandardsInfoEO.standYear }} 《{{ sarStandardsInfoEO.standName }}》 标准详情</span>
|
}}-{{ sarStandardsInfoEO.standYear }} 《{{ sarStandardsInfoEO.standName }}》</span>
|
||||||
</div>
|
</div>
|
||||||
<!--主体内容-->
|
<!--主体内容-->
|
||||||
<div class="details-content" style="position: relative">
|
<div class="details-content" style="position: relative">
|
||||||
@@ -62,7 +62,7 @@
|
|||||||
<span>
|
<span>
|
||||||
<a style="font-size: 16px;color: #409EFF;cursor: pointer"
|
<a style="font-size: 16px;color: #409EFF;cursor: pointer"
|
||||||
@click="openFileInPdf(file.id, file.oldFileName)" target="_blank"
|
@click="openFileInPdf(file.id, file.oldFileName)" target="_blank"
|
||||||
:title="file.oldFileName">{{ file.oldFileName | ellipsis }}</a>
|
:title="file.oldFileName">{{ file.oldFileName }}</a>
|
||||||
<i
|
<i
|
||||||
title="下载"
|
title="下载"
|
||||||
@click="downloadFile(file.id)"
|
@click="downloadFile(file.id)"
|
||||||
|
|||||||
Reference in New Issue
Block a user