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}
`