排产BOM挂载
This commit is contained in:
@@ -138,7 +138,7 @@ export default {
|
||||
}
|
||||
})
|
||||
return
|
||||
}
|
||||
}
|
||||
|
||||
const option = {
|
||||
tooltip: {
|
||||
@@ -164,6 +164,9 @@ export default {
|
||||
yAxis: {
|
||||
type: 'value'
|
||||
},
|
||||
title: {
|
||||
text: ''
|
||||
},
|
||||
series: [
|
||||
{
|
||||
name: '销售数量',
|
||||
@@ -207,6 +210,9 @@ export default {
|
||||
trigger: 'item',
|
||||
formatter: '{a} <br/>{b}: {c} ({d}%)'
|
||||
},
|
||||
title: {
|
||||
text: ''
|
||||
},
|
||||
series: [
|
||||
{
|
||||
name: '销售业绩',
|
||||
|
||||
Reference in New Issue
Block a user