style:打印申请书
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -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 | <!-- 打印模板需要此模块 --> | ... | ... |
-
Please register or sign in to post a comment