duy преди 1 година
родител
ревизия
19e73aec99
променени са 3 файла, в които са добавени 3 реда и са изтрити 9 реда
  1. 1 3
      src/views/transfer/components/table-classify.vue
  2. 1 3
      src/views/transfer/components/table-collect.vue
  3. 1 3
      src/views/transfer/initial-expert.vue

+ 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"