Commit 85c7ff64 authored by W_Y's avatar W_Y

控制台显示

parent 19e9ac07
......@@ -138,7 +138,7 @@
<el-card>
<el-row>
<el-col :span="12">
<div class="controlSpan_middle">近12月入库数量占比</div>
<div class="controlSpan_middle">近12月废弃数量占比</div>
</el-col>
<el-col :span="12"/>
</el-row>
......@@ -612,7 +612,7 @@ export default {
legend: {
x: 'center',
y: 'bottom',
data: ['入库数量'],
data: ['废弃数量'],
// 图例之间的间距
itemGap: 20,
// 图标高度
......@@ -640,7 +640,7 @@ export default {
type: 'value'
},
series: {
name: '入库数量',
name: '废弃数量',
data: this.numList,
// data: [1, 2, 3],
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