|
@@ -4,7 +4,7 @@
|
|
|
|
|
|
<a-button v-if="printMould" :href="printMouldUrl" target="_blank"
|
|
|
ghost type="primary">模板打印</a-button>
|
|
|
- <a-button v-if="printShow" v-print="'#printContent'" ghost type="primary">打印</a-button>
|
|
|
+ <!-- <a-button v-if="printShow" v-print="'#printContent'" ghost type="primary">打印</a-button> -->
|
|
|
</div>
|
|
|
<a-card :body-style="{ padding: '15px 32px' }" :bordered="false" id="printContent" :class="{'abcdefg':true}" >
|
|
|
|