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 @@