diff --git a/src/views/dashboard/LineChartshadow.vue b/src/views/dashboard/LineChartshadow.vue
index 2b1d27a2..c3b70fa5 100644
--- a/src/views/dashboard/LineChartshadow.vue
+++ b/src/views/dashboard/LineChartshadow.vue
@@ -127,7 +127,7 @@ export default {
yAxis: [
{
type: "value",
- name: "数量",
+ name: "数量(箱)",
min: 0,
max: max + 100,
axisLabel: {
diff --git a/src/views/dashboard/PieChart3.vue b/src/views/dashboard/PieChart3.vue
index 1ed3b364..f68bbc8f 100644
--- a/src/views/dashboard/PieChart3.vue
+++ b/src/views/dashboard/PieChart3.vue
@@ -130,7 +130,7 @@ export default {
normal: {
show: false,
position: "center",
- formatter: "{text|{b}}\n{c} ({d}%)",
+ formatter: "{text|{b}}\n{c} 箱({d}%)",
rich: {
text: {
color: "#666",
diff --git a/src/views/dashboard/crossBarChart.vue b/src/views/dashboard/crossBarChart.vue
index e4b0af38..655124f8 100644
--- a/src/views/dashboard/crossBarChart.vue
+++ b/src/views/dashboard/crossBarChart.vue
@@ -100,6 +100,7 @@ export default {
},
// backgroundColor: "#031d33",
xAxis: {
+ name:'箱',
show: true,
type: "value",
// data:xData
diff --git a/src/views/quality/checkTypeProject/index.vue b/src/views/quality/checkTypeProject/index.vue
index f0ec4192..3676f4a7 100644
--- a/src/views/quality/checkTypeProject/index.vue
+++ b/src/views/quality/checkTypeProject/index.vue
@@ -220,6 +220,10 @@