浏览代码

验收报告修改

duy 1 年之前
父节点
当前提交
19e73aec99

+ 1 - 3
src/views/transfer/components/table-classify.vue

@@ -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>
             </template>
             <HcPdf
                 :src="curPdf"

+ 1 - 3
src/views/transfer/components/table-collect.vue

@@ -76,9 +76,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>
             </template>
             <HcPdf
                 :src="curPdf"

+ 1 - 3
src/views/transfer/initial-expert.vue

@@ -74,9 +74,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>
             </template>
             <HcPdf
                 :src="curPdf"