车间中间大屏显示

This commit is contained in:
ICEC 2020-07-17 14:49:34 +08:00
parent f777591f2a
commit 02210703bc

View File

@ -116,33 +116,29 @@
</el-col> </el-col>
<el-col :xs="24" :sm="6" :lg="6"> <el-col :xs="24" :sm="6" :lg="6">
<div class="ibox">
<el-image
:align="center"
style="width: 180px; height: 180px"
:src="url"
:fit=fill>
</el-image> <h2 style="margin-top: 0px;">B班班长-陈亮</h2>
</div>
</el-col>
<el-col :xs="24" :sm="6" :lg="6">
<div class="ibox"> <div class="ibox">
<el-image <el-image
:align="center" :align="center"
style="width: 180px; height: 180px" style="width: 180px; height: 180px"
:src="url2" :src="url2"
:fit=fill> :fit=fill>
</el-image> <h2 style="margin-top: 0px;">A班班长-陈忠维</h2> </el-image>
<h2 style="margin-top: 0px;">A班班长-陈忠维</h2>
</div> </div>
</el-col> </el-col>
<el-col :xs="24" :sm="6" :lg="6">
<div class="ibox">
<el-image
:align="center"
style="width: 180px; height: 180px"
:src="url"
:fit=fill>
</el-image>
<h2 style="margin-top: 0px;">B班班长-陈亮</h2>
</div>
</el-col>
</el-row> </el-row>
@ -273,7 +269,6 @@ this.Refresh()
var d_channeng = 0; var d_channeng = 0;
getcurrent().then(response => { getcurrent().then(response => {
var j, k; var j, k;
var avg_zhengpin_avg = 0; var avg_zhengpin_avg = 0;
@ -397,7 +392,6 @@ this.Refresh()
}) })
} }
} }