Commit 85c7ff64 authored by W_Y's avatar W_Y

控制台显示

parent 19e9ac07
...@@ -138,7 +138,7 @@ ...@@ -138,7 +138,7 @@
<el-card> <el-card>
<el-row> <el-row>
<el-col :span="12"> <el-col :span="12">
<div class="controlSpan_middle">近12月入库数量占比</div> <div class="controlSpan_middle">近12月废弃数量占比</div>
</el-col> </el-col>
<el-col :span="12"/> <el-col :span="12"/>
</el-row> </el-row>
...@@ -612,7 +612,7 @@ export default { ...@@ -612,7 +612,7 @@ export default {
legend: { legend: {
x: 'center', x: 'center',
y: 'bottom', y: 'bottom',
data: ['入库数量'], data: ['废弃数量'],
// 图例之间的间距 // 图例之间的间距
itemGap: 20, itemGap: 20,
// 图标高度 // 图标高度
...@@ -640,7 +640,7 @@ export default { ...@@ -640,7 +640,7 @@ export default {
type: 'value' type: 'value'
}, },
series: { series: {
name: '入库数量', name: '废弃数量',
data: this.numList, data: this.numList,
// data: [1, 2, 3], // data: [1, 2, 3],
type: 'line' type: 'line'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment