From b0d4df5f39525ae7fe252e8ee65d85fd71dca721 Mon Sep 17 00:00:00 2001
From: zouyu <2723363702@qq.com>
Date: 星期四, 07 五月 2026 14:53:32 +0800
Subject: [PATCH] 手动下单:检验中订单撤销报错问题修复
---
src/views/statisticalCharts/qualificationRateStatistics/index.vue | 16 ++++++++--------
1 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/src/views/statisticalCharts/qualificationRateStatistics/index.vue b/src/views/statisticalCharts/qualificationRateStatistics/index.vue
index b009415..e57131f 100644
--- a/src/views/statisticalCharts/qualificationRateStatistics/index.vue
+++ b/src/views/statisticalCharts/qualificationRateStatistics/index.vue
@@ -89,7 +89,7 @@
</el-button>
</div>
<lims-table :tableData="tableData" :column="tableColumn" :tableLoading="tableLoading"
- :height="'calc(40vh - 40px)'" :show-summary="true" :summary-method="getSummaries"></lims-table>
+ :height="550" :show-summary="true" :summary-method="getSummaries"></lims-table>
</div>
</el-col>
</el-row>
@@ -238,7 +238,7 @@
}
},
lineColors: ['#91A0FC'],
- barColors: ['#9fe080', '#ff994d'], // 鍚堟牸缁� / 涓嶅悎鏍肩孩
+ barColors: ['#5b9bd5', '#ed7d31'], // 鍚堟牸缁� / 涓嶅悎鏍肩孩
barColors2: ['#A4EEDA'],
pieTooltip: {
trigger: 'item'
@@ -275,8 +275,8 @@
length2: 40
},
data: [
- { value: 0, name: '涓嶅悎鏍兼暟閲�', itemStyle: {color: '#ff994d'} },
- { value: 0, name: '鍚堟牸鏁伴噺', itemStyle: { color: '#9fe080' } }
+ { value: 0, name: '涓嶅悎鏍兼暟閲�', itemStyle: {color: '#ed7d31'} },
+ { value: 0, name: '鍚堟牸鏁伴噺', itemStyle: { color: '#5b9bd5' } }
]
}
],
@@ -308,8 +308,8 @@
length2: 40,
},
data: [
- { value: 0, name: '涓嶅悎鏍兼暟閲�', itemStyle: { color: '#ff994d' } },
- { value: 0, name: '鍚堟牸鏁伴噺', itemStyle: { color: '#9fe080' } },
+ { value: 0, name: '涓嶅悎鏍兼暟閲�', itemStyle: { color: '#ed7d31' } },
+ { value: 0, name: '鍚堟牸鏁伴噺', itemStyle: { color: '#5b9bd5' } },
]
}
],
@@ -341,8 +341,8 @@
length2: 40,
},
data: [
- { value: 0, name: '涓嶅悎鏍兼暟閲�', itemStyle: { color: '#ff994d' } },
- { value: 0, name: '鍚堟牸鏁伴噺', itemStyle: { color: '#9fe080' } },
+ { value: 0, name: '涓嶅悎鏍兼暟閲�', itemStyle: { color: '#ed7d31' } },
+ { value: 0, name: '鍚堟牸鏁伴噺', itemStyle: { color: '#5b9bd5' } },
]
}
],
--
Gitblit v1.9.3