|
|
@@ -44,7 +44,7 @@
|
|
|
<div slot="reference" class="div_operation el-icon-s-order">查阅记录</div>
|
|
|
<div v-loading="fileLoading" class="div_content">
|
|
|
<!-- 获取所有输出报告-->
|
|
|
- <template v-if="record.report.length && record.report[0]">
|
|
|
+ <!-- <template v-if="record.report.length && record.report[0]">
|
|
|
<div v-for="(item, index) in record.report" :key="index" class="content_item">
|
|
|
<span style="cursor: pointer;" @click="openReport(item, record.bizKey)">
|
|
|
<i class="el-icon-tickets" style="font-size: 18px;" />
|
|
|
@@ -52,7 +52,7 @@
|
|
|
</span>
|
|
|
<br>
|
|
|
</div>
|
|
|
- </template>
|
|
|
+ </template> -->
|
|
|
<div v-if="record.file.length && snapshotId" class="content_item">
|
|
|
<!-- <div class="sub_operation">快照</div> -->
|
|
|
<ibps-attachment
|