From eef69bf9c4d1da9e4ec4575e0bc9ab0631c54e94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=9C=E7=AC=99=E6=AD=8C?= <2277317060@qq.com> Date: Thu, 9 Jan 2025 19:54:56 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=89=93=E5=8D=B0=E7=95=8C?= =?UTF-8?q?=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../manage/record_inspection/print.html | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/ruoyi-manage/src/main/resources/templates/manage/record_inspection/print.html b/ruoyi-manage/src/main/resources/templates/manage/record_inspection/print.html index f1e41f2..54edab4 100644 --- a/ruoyi-manage/src/main/resources/templates/manage/record_inspection/print.html +++ b/ruoyi-manage/src/main/resources/templates/manage/record_inspection/print.html @@ -135,9 +135,9 @@
-
机坪名称:${data[0].areaName || ''}
-
机位码:${data[0].planePosition || ''}
-
完成状态:${data[0].taskState || ''}
+
机坪名称: ${data[0].areaName || ''}
+
机位码: ${data[0].planePosition || ''}
+
完成状态: ${data[0].taskState || ''}
@@ -145,7 +145,7 @@ data.map(vv => { return `
- ${vv.imgPath ? `` : ''} + ${vv.imgPath ? `` : ''}
` }).join('') } @@ -155,11 +155,11 @@ let html = `
-
巡检时间:
${i.inspectionTime}
-
巡检数量:
${i.totalNumber || 0}
-
正常数量:
${i.normalNumber || 0}
-
异常数量:
${i.abnormalNumber || 0}
-
跳过数量:
${i.skipNumber || 0}
+
巡检时间
${i.inspectionTime}
+
巡检数量
${i.totalNumber || 0}
+
正常数量
${i.normalNumber || 0}
+
异常数量
${i.abnormalNumber || 0}
+
跳过数量
${i.skipNumber || 0}
${card}
`