{{
+ {{
device.answerTimes
}}
+ {{
+ device.otaVersionName
+ }}
+ {{
+ device.electricity
+ }}
@@ -111,6 +116,7 @@ import { formatDate } from "utils";
export default {
data() {
return {
+ type: 1,
id: "",
date: "", //今天-昨天-本周
query: {
@@ -125,8 +131,9 @@ export default {
electricity: "",
pairingCode: "",
classList: [],
- latestReportTime: "",
+ modifiedTime: "",
answerTimes: "",
+ otaVersionName:""
},
total: 0,
page: 1,
@@ -135,6 +142,7 @@ export default {
},
created() {
this.id = this.$route.query.id;
+ this.type = this.$route.query.type;
this._QueryDetail();
this.setDate(1);
let startDay = this.query?.startDay;
@@ -302,7 +310,7 @@ export default {
.table-box {
padding: 0 20px;
}
-.serach-box{
- margin-left:20px;
+.serach-box {
+ margin-left: 20px;
}
\ No newline at end of file