From c04d55f1f3e5ffd12bb224d75346a6afbc751c87 Mon Sep 17 00:00:00 2001
From: Yangwl <1726150332@qq.com>
Date: Fri, 13 Jun 2025 17:49:38 +0800
Subject: [PATCH] =?UTF-8?q?=E6=9D=A5=E6=96=99=E6=8A=A5=E5=91=8A=E5=A2=9E?=
=?UTF-8?q?=E5=8A=A0=E6=8A=BD=E6=A3=80=E6=95=B0=E9=87=8F=E4=BB=A5=E5=8F=8A?=
=?UTF-8?q?=E5=A4=87=E6=B3=A8=E4=BF=A1=E6=81=AF?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Signed-off-by: Yangwl <1726150332@qq.com>
---
src/views/quality/incomeReport/index.vue | 13 ++++++++++---
1 file changed, 10 insertions(+), 3 deletions(-)
diff --git a/src/views/quality/incomeReport/index.vue b/src/views/quality/incomeReport/index.vue
index a106d6e..390454a 100644
--- a/src/views/quality/incomeReport/index.vue
+++ b/src/views/quality/incomeReport/index.vue
@@ -168,7 +168,7 @@
{{form.checkType}}
{{form.standardNo}}
{{ parseTime(form.createTime, '{y}-{m}-{d}') }}
-
+
@@ -178,7 +178,7 @@
-
+
@@ -216,6 +216,13 @@
+
+
+
+
+
+
+
@@ -572,7 +579,7 @@ export default {
* 5. return { rowspan: 0, colspan: 0 } // 表示不合并
* */
rowspan() {
-
+
this.checkProjectList.forEach((item, index) => {
if (index === 0) {
this.spanArr.push(1);