@@ -63,9 +63,7 @@
<div class="hc-title-view">{{ tableTitle }})</div>
</template>
<template #extra>
- <div class="hc-icon-view text-hover" @click="onSubmitReportDrawerClose">
- <HcIcon name="close" />
- </div>
+ <el-button type="danger" round plain @click="onSubmitReportDrawerClose">返回主页</el-button>
<HcPdf
:src="curPdf"
@@ -76,9 +76,7 @@
<div class="hc-title-view">{{ tableTitle }}</div>
@@ -74,9 +74,7 @@