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);