From c0bc2331e9abb2ae003c8dc0ab4524d6101493a1 Mon Sep 17 00:00:00 2001 From: 王震 <10952869+daywangzhen@user.noreply.gitee.com> Date: 星期一, 25 九月 2023 09:12:51 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- src/components/view/processInspection.vue | 16 ++++++++-------- 1 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/components/view/processInspection.vue b/src/components/view/processInspection.vue index 41059f6..e58cf60 100644 --- a/src/components/view/processInspection.vue +++ b/src/components/view/processInspection.vue @@ -249,7 +249,7 @@ title="杩囩▼妫�楠屾姤鍛�" :visible.sync="reportlook" width="40%"> <template> <div ref="print"> - + <div style="margin:0 auto;"> <!-- <div style="text-align:center;margin-top:10px;">杩囩▼妫�楠屾姤鍛�</div> --> <table class="table table-striped table-bordered" align="center" border style="width: 100%;height: 700px;" valign="center"> @@ -295,13 +295,13 @@ <td class="value" ></td> <td class="column"></td> <td class="value" ></td> - + </tr> <tr> <td class="column"></td> <td class="value" colspan="3"></td> <td class="column"></td> - + </tr> <tr> <td class="value" colspan="2"></td> @@ -313,7 +313,7 @@ <td class="value" colspan="2"></td> <td class="value" colspan="2"></td> </tr> - + <tr> <td class="column" colspan="6"></td> </tr> @@ -337,7 +337,7 @@ <td class="value" colspan="2"></td> <td class="value" colspan="2"></td> </tr> - + <tr> <td class="column">鏉愯川</td> <td class="value" colspan="5"></td> @@ -360,8 +360,8 @@ <br> </td> </tr> - - + + </table> </div> </div> @@ -485,7 +485,7 @@ this.reportlook = true // this.$nextTick(() => { // this.$print(this.$refs.print); - // }) + // }) }, handleClick(row) { this.rowInfp = row -- Gitblit v1.9.3