|
@@ -413,6 +413,7 @@ export default {
|
|
|
pageSize: 10,
|
|
|
strtype: this.TabCur,
|
|
|
};
|
|
|
+
|
|
|
new Promise((resolve, reject) => {
|
|
|
api
|
|
|
.getDeviceHistory(params)
|
|
@@ -611,7 +612,7 @@ export default {
|
|
|
width: 120rpx;
|
|
|
height: 50rpx;
|
|
|
display: inline-block;
|
|
|
- background-color: rgba(226, 250, 214,0.5);
|
|
|
+ background-color: rgba(226, 250, 214, 0.5);
|
|
|
}
|
|
|
.icon-style {
|
|
|
margin: 15rpx;
|