|
@@ -45,7 +45,7 @@ export default {
|
|
},
|
|
},
|
|
legend: {
|
|
legend: {
|
|
right: 20,
|
|
right: 20,
|
|
- data: ['昨日产量(箱)', '临时库存(箱)']
|
|
|
|
|
|
+ data: ['昨日产量(整拍)', '临时库存(整拍)']
|
|
},
|
|
},
|
|
|
|
|
|
grid: {
|
|
grid: {
|
|
@@ -79,7 +79,7 @@ export default {
|
|
],
|
|
],
|
|
series: [
|
|
series: [
|
|
{
|
|
{
|
|
- name: '昨日产量(箱)',
|
|
|
|
|
|
+ name: '昨日产量(整拍)',
|
|
type: 'bar',
|
|
type: 'bar',
|
|
barWidth: '30%',
|
|
barWidth: '30%',
|
|
itemStyle: {
|
|
itemStyle: {
|
|
@@ -110,7 +110,7 @@ export default {
|
|
data: this.info.production1
|
|
data: this.info.production1
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- name: '临时库存(箱)',
|
|
|
|
|
|
+ name: '临时库存(整拍)',
|
|
type: 'bar',
|
|
type: 'bar',
|
|
barWidth: '30%',
|
|
barWidth: '30%',
|
|
itemStyle: {
|
|
itemStyle: {
|