|
@@ -8,13 +8,13 @@
|
|
|
:visible.sync="scanVisible"
|
|
:visible.sync="scanVisible"
|
|
|
>
|
|
>
|
|
|
<!-- 表单是否显示 技术列表页面打印-->
|
|
<!-- 表单是否显示 技术列表页面打印-->
|
|
|
- <div style="height: 500px; width: 90%; margin: 0 auto;overflow: hidden;" v-if="scanVisible">
|
|
|
|
|
|
|
+ <div style="height: 500px; width: 88%; margin: 0 auto;overflow: hidden;" v-if="scanVisible">
|
|
|
<div ref="qrcode" id="box">
|
|
<div ref="qrcode" id="box">
|
|
|
<vue-easy-print tableShow ref="easyPrint" :onePageRow="onePageRow">
|
|
<vue-easy-print tableShow ref="easyPrint" :onePageRow="onePageRow">
|
|
|
<div
|
|
<div
|
|
|
v-for="(item1, index1) in list"
|
|
v-for="(item1, index1) in list"
|
|
|
:key="index1"
|
|
:key="index1"
|
|
|
- style="margin-bottom: 30px;width: 91%;margin: 0px 0px 0px 0px;"
|
|
|
|
|
|
|
+ style="margin-bottom: 30px;width: 88%;margin: 0px 0px 0px 0px;"
|
|
|
>
|
|
>
|
|
|
<div style="page-break-after: always;">
|
|
<div style="page-break-after: always;">
|
|
|
<div style="margin: 0px 0px 0px 30px;">
|
|
<div style="margin: 0px 0px 0px 30px;">
|