|
@@ -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>
|