a1646884 by renchao@pashanhoo.com

style:打印申请书

1 parent 69b87965
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
4 * @LastEditTime: 2023-11-22 17:09:14 4 * @LastEditTime: 2023-11-22 17:09:14
5 --> 5 -->
6 <template> 6 <template>
7 <div> 7 <div style="text-align:center">
8 <el-button type="primary" @click="handlePrint(1)">打印第1页</el-button> 8 <el-button type="primary" @click="handlePrint(1)">打印第1页</el-button>
9 <el-button type="primary" @click="handlePrint(2)">打印第2页</el-button> 9 <el-button type="primary" @click="handlePrint(2)">打印第2页</el-button>
10 <!-- 打印模板需要此模块 --> 10 <!-- 打印模板需要此模块 -->
......