diff --git a/src/pages/modules/firedry/two.vue b/src/pages/modules/firedry/two.vue index 0eb1568..3eb386a 100644 --- a/src/pages/modules/firedry/two.vue +++ b/src/pages/modules/firedry/two.vue @@ -218,18 +218,18 @@ export default { bottom: 0, containLabel: true }, - // legend: { - // icon: 'rect', - // textStyle: { - // color: '#fff', - // fontSize: 14, - // lineHeight: 14 - // }, - // itemGap: 30.86, - // itemWidth: 14.16, - // itemHeight: 7.38, - // data: [{name: '产量', itemStyle: {color: '#0E90FD'}}] - // }, + legend: { + icon: 'rect', + textStyle: { + color: '#fff', + fontSize: 14, + lineHeight: 14 + }, + itemGap: 30.86, + itemWidth: 14.16, + itemHeight: 7.38, + data: [{name: '数量(块)', itemStyle: {color: '#0E90FD'}}] + }, xAxis: { type: 'category', axisTick: { @@ -278,7 +278,7 @@ export default { }, series: [ { - name: '产量', + name: '数量(块)', type: 'bar', barWidth: '8', itemStyle: { @@ -330,18 +330,18 @@ export default { bottom: 0, containLabel: true }, - // legend: { - // icon: 'rect', - // textStyle: { - // color: '#fff', - // fontSize: 14, - // lineHeight: 14 - // }, - // itemGap: 30.86, - // itemWidth: 14.16, - // itemHeight: 7.38, - // data: [{name: '产量', itemStyle: {color: '#0E90FD'}}] - // }, + legend: { + icon: 'rect', + textStyle: { + color: '#fff', + fontSize: 14, + lineHeight: 14 + }, + itemGap: 30.86, + itemWidth: 14.16, + itemHeight: 7.38, + data: [{name: '数量(块)', itemStyle: {color: '#0E90FD'}}] + }, xAxis: { type: 'category', axisTick: { @@ -390,7 +390,7 @@ export default { }, series: [ { - name: '产量', + name: '数量(块)', type: 'bar', barWidth: '8', itemStyle: { diff --git a/src/pages/modules/processproduction/two.vue b/src/pages/modules/processproduction/two.vue index a596bc0..1ad04b1 100644 --- a/src/pages/modules/processproduction/two.vue +++ b/src/pages/modules/processproduction/two.vue @@ -74,7 +74,7 @@
当日成品进出存
-
+
@@ -92,7 +92,7 @@
本周成品进出存
-
+
@@ -638,10 +638,10 @@ export default { fontSize: 14, lineHeight: 14 }, - itemGap: 30.86, - itemWidth: 14.16, + itemGap: 10.86, + itemWidth: 10.16, itemHeight: 7.38, - data: [{name: '入库数量', itemStyle: {color: '#33CCCC'}}, {name: '出库数量', itemStyle: {color: '#EAAD24'}}, {name: '库存数量', itemStyle: {color: '#0E90FD'}}] + data: [{name: '入库数量(块)', itemStyle: {color: '#33CCCC'}}, {name: '出库数量(块)', itemStyle: {color: '#EAAD24'}}, {name: '库存数量(块)', itemStyle: {color: '#0E90FD'}}] }, xAxis: { type: 'category', @@ -690,7 +690,7 @@ export default { }, series: [ { - name: '入库数量', + name: '入库数量(块)', type: 'bar', barWidth: '8', itemStyle: { @@ -712,7 +712,7 @@ export default { data: data1 }, { - name: '出库数量', + name: '出库数量(块)', type: 'bar', barWidth: '8', itemStyle: { @@ -734,7 +734,7 @@ export default { data: data2 }, { - name: '库存数量', + name: '库存数量(块)', type: 'bar', barWidth: '8', itemStyle: { @@ -928,10 +928,10 @@ export default { fontSize: 14, lineHeight: 14 }, - itemGap: 30.86, - itemWidth: 14.16, + itemGap: 10.86, + itemWidth: 10.16, itemHeight: 7.38, - data: [{name: '入库数量', itemStyle: {color: '#33CCCC'}}, {name: '出库数量', itemStyle: {color: '#EAAD24'}}, {name: '库存数量', itemStyle: {color: '#0E90FD'}}] + data: [{name: '入库数量(块)', itemStyle: {color: '#33CCCC'}}, {name: '出库数量(块)', itemStyle: {color: '#EAAD24'}}, {name: '库存数量(块)', itemStyle: {color: '#0E90FD'}}] }, xAxis: { type: 'category', @@ -980,7 +980,7 @@ export default { }, series: [ { - name: '入库数量', + name: '入库数量(块)', type: 'bar', barWidth: '8', itemStyle: { @@ -1002,7 +1002,7 @@ export default { data: data1 }, { - name: '出库数量', + name: '出库数量(块)', type: 'bar', barWidth: '8', itemStyle: { @@ -1024,7 +1024,7 @@ export default { data: data2 }, { - name: '库存数量', + name: '库存数量(块)', type: 'bar', barWidth: '8', itemStyle: {