|
|
@@ -90,19 +90,19 @@
|
|
|
<el-row :gutter="20" class="tongjiRow">
|
|
|
<el-col :span="4" class="tongjiBg">
|
|
|
<p>全部</p>
|
|
|
- <p>23</p>
|
|
|
+ <p>28</p>
|
|
|
</el-col>
|
|
|
<el-col :span="4" class="tongjiBg">
|
|
|
<p><span class="statusSpan zaixianStatus"></span>在线</p>
|
|
|
- <p>2</p>
|
|
|
+ <p>21</p>
|
|
|
</el-col>
|
|
|
<el-col :span="4" class="tongjiBg">
|
|
|
<p><span class="statusSpan lixianStatus"></span>离线</p>
|
|
|
- <p>13</p>
|
|
|
+ <p>5</p>
|
|
|
</el-col>
|
|
|
<el-col :span="4" class="tongjiBg">
|
|
|
<p><span class="statusSpan weijihuoStatus"></span>未激活</p>
|
|
|
- <p>8</p>
|
|
|
+ <p>2</p>
|
|
|
</el-col>
|
|
|
<el-col :span="8" class="tongjiBg">
|
|
|
<p style="text-align: left;"><a class="shuaxinBtn" href="javascript:;" @click="fetch">刷新</a></p>
|
|
|
@@ -584,7 +584,6 @@ export default {
|
|
|
if (res.isSuccess) {
|
|
|
// 赋值
|
|
|
this.tableData = res.data
|
|
|
- console.log(this.tableData)
|
|
|
this.tableData.records.forEach((item, index) => {
|
|
|
// item.url = 'https://fuss10.elemecdn.com/e/5d/4a731a90594a4af544c0c25941171jpeg.jpeg';
|
|
|
item.srcList = [item.pic];
|