|
@@ -98,19 +98,19 @@
|
|
|
<a-col class="gutter-row" :span="4">
|
|
|
<div style="height: 471px;display:flex;flex-direction:column;justify-content: space-between">
|
|
|
<div class="btn" style="background:linear-gradient(to right,#36B5FA,#26ECF5);">
|
|
|
- <my-icon type="icon-chukuguanli" style="font-size:58px;"/>
|
|
|
+ <my-icon type="icon-wuliaotiaobo" style="font-size:58px;"/>
|
|
|
<span>调拨</span>
|
|
|
</div>
|
|
|
<div class="btn" style="background:linear-gradient(to right,#FF416D,#FF847F);">
|
|
|
- <my-icon type="icon-rukuguanli" style="font-size:58px;"/>
|
|
|
+ <my-icon type="icon-jijubaofeishenqing" style="font-size:58px;"/>
|
|
|
<span>报废</span>
|
|
|
</div>
|
|
|
<div class="btn" style="background:linear-gradient(to right,#FB47D1,#F96EFE);">
|
|
|
- <my-icon type="icon-zichanguanli-zichantiaobo" style="font-size:58px;"/>
|
|
|
+ <my-icon type="icon-tingjiyuanyinweihu" style="font-size:58px;"/>
|
|
|
<span>停机</span>
|
|
|
</div>
|
|
|
<div class="btn" style="background:linear-gradient(to right,#941FFF,#BC72FB);">
|
|
|
- <my-icon type="icon-xinzengyugengxinhuopindangan-copy" style="font-size:58px;"/>
|
|
|
+ <my-icon type="icon-PC" style="font-size:58px;"/>
|
|
|
<span>盘点</span>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -413,7 +413,7 @@ export default {
|
|
|
})
|
|
|
this.chartLine.render()
|
|
|
}
|
|
|
- /*getLineCharts (id, data) {
|
|
|
+ /* getLineCharts (id, data) {
|
|
|
this.chartLine = new Chart({
|
|
|
container: id,
|
|
|
autoFit: true,
|
|
@@ -448,7 +448,7 @@ export default {
|
|
|
this.chartLine.line().position('week*value')
|
|
|
|
|
|
this.chartLine.render()
|
|
|
- }*/
|
|
|
+ } */
|
|
|
}
|
|
|
}
|
|
|
</script>
|