瀏覽代碼

hidden elective report print feature

hare8999@163.com 1 年之前
父節點
當前提交
0feb9e90dc
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/elective/report/index.vue

+ 1 - 1
src/views/elective/report/index.vue

@@ -2,7 +2,7 @@
   <div class="app-container" v-loading="loading">
     <div class="elective-report-container">
       <!--   print-hidden定义在PDF生成程序中   -->
-      <div v-if="electiveVisible" class="print-hidden text-right mb10">
+      <div v-if="electiveVisible&&false" class="print-hidden text-right mb10">
         <el-button type="primary" icon="el-icon-printer" @click="handlePrint">打印</el-button>
       </div>
       <elective-head-page :elective-visible="electiveVisible"></elective-head-page>