소스 검색

验收报告修改

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"