diff --git a/src/views/quality/incomeReport/index.vue b/src/views/quality/incomeReport/index.vue index 792d838..e7f118f 100644 --- a/src/views/quality/incomeReport/index.vue +++ b/src/views/quality/incomeReport/index.vue @@ -136,7 +136,10 @@
- + + + +

中山榄菊日化实业有限公司

@@ -559,4 +562,9 @@ export default { .center-text { text-align: center; } +.report-logo { + margin-top: 15px; + margin-left: 15px; + height: 38px; +} \ No newline at end of file diff --git a/src/views/quality/produceReport/index.vue b/src/views/quality/produceReport/index.vue index 00245fb..901adef 100644 --- a/src/views/quality/produceReport/index.vue +++ b/src/views/quality/produceReport/index.vue @@ -257,7 +257,10 @@
- + + + +

中山榄菊日化实业有限公司

@@ -652,4 +655,9 @@ export default { .center-text { text-align: center; } +.report-logo { + margin-top: 15px; + margin-left: 15px; + height: 38px; +} \ No newline at end of file diff --git a/src/views/quality/productReport/index.vue b/src/views/quality/productReport/index.vue index a2d6249..9cc7964 100644 --- a/src/views/quality/productReport/index.vue +++ b/src/views/quality/productReport/index.vue @@ -56,16 +56,6 @@
- - + + + +

中山榄菊日化实业有限公司

@@ -146,38 +139,14 @@
- - - - - - - - - - - - - - - - - - - - - - - - - - + + @@ -193,25 +162,25 @@ - - + + - - + + - - + + - - + + @@ -244,8 +213,6 @@ - - @@ -256,7 +223,38 @@ - + + + + + + 合格 + + + 不合格 + + + + + + + + + + + + + + + + + + + + + + +
@@ -502,6 +500,7 @@ export default { this.getList(); this.$modal.msgSuccess("删除成功"); }).catch(() => {}); + }, /** 导出按钮操作 */ handleExport() { @@ -544,4 +543,9 @@ export default { .center-text { text-align: center; } +.report-logo { + margin-top: 15px; + margin-left: 15px; + height: 38px; +} \ No newline at end of file