|
@@ -5,20 +5,22 @@
|
|
|
<el-col class="rowN">
|
|
|
<el-image :src="wenyin" fit="scale-down" />
|
|
|
<el-col class="name">打印机总数</el-col>
|
|
|
- <!-- <el-col class="num">{{data.countSum}}<el-col class="unit">份</el-col></el-col> -->
|
|
|
- <el-col class="num">11<el-col class="unit">份</el-col></el-col>
|
|
|
+ <el-col class="num">{{data.countSum}}<el-col class="unit">台</el-col></el-col>
|
|
|
+ <!-- <el-col class="num">11<el-col class="unit">台</el-col></el-col> -->
|
|
|
</el-col>
|
|
|
<el-col class="rowN">
|
|
|
<el-image :src="wenyin" fit="scale-down" />
|
|
|
<el-col class="name">工作状态数</el-col>
|
|
|
- <el-col class="num">13<el-col class="unit">份</el-col></el-col>
|
|
|
- <!-- <el-col class="num">{{data.countRequest}}<el-col class="unit">份</el-col></el-col> -->
|
|
|
+ <el-col class="num">{{data.countRequest}}<el-col class="unit">台</el-col></el-col>
|
|
|
+ <!-- <el-col class="num">13<el-col class="unit">台</el-col></el-col> -->
|
|
|
+
|
|
|
</el-col>
|
|
|
<el-col class="rowN">
|
|
|
<el-image :src="wenyin" fit="scale-down" />
|
|
|
<el-col class="name">任务列表数</el-col>
|
|
|
- <el-col class="num">67<el-col class="unit">份</el-col></el-col>
|
|
|
- <!-- <el-col class="num">{{data.countYun}}<el-col class="unit">份</el-col></el-col> -->
|
|
|
+ <el-col class="num">{{data.countYun}}<el-col class="unit">份</el-col></el-col>
|
|
|
+ <!-- <el-col class="num">67<el-col class="unit">份</el-col></el-col> -->
|
|
|
+
|
|
|
</el-col>
|
|
|
</el-col>
|
|
|
<el-col class="wenyinRight">
|
|
@@ -53,7 +55,7 @@ export default {
|
|
|
},
|
|
|
mounted() {
|
|
|
this.init()
|
|
|
- // this.timing()
|
|
|
+ this.timing()
|
|
|
},
|
|
|
methods: {
|
|
|
init(){
|
|
@@ -62,6 +64,7 @@ export default {
|
|
|
url: 'https://smartpark.caih.com/wyxt/api/thirdparty/v1/open/firstDevice',
|
|
|
timeout: 3000,
|
|
|
}).then(res =>{
|
|
|
+ console.log(res)
|
|
|
if(res.data){
|
|
|
this.data = res.data
|
|
|
}
|
|
@@ -148,8 +151,8 @@ export default {
|
|
|
color:$white2;
|
|
|
text-align: left;
|
|
|
}
|
|
|
-
|
|
|
-
|
|
|
+
|
|
|
+
|
|
|
}
|
|
|
.wenyinRight::after {
|
|
|
position: absolute;
|