diff --git a/src/views/homePage/components/tableMain.vue b/src/views/homePage/components/tableMain.vue index f689c6d..325fddd 100644 --- a/src/views/homePage/components/tableMain.vue +++ b/src/views/homePage/components/tableMain.vue @@ -1017,7 +1017,7 @@ export default { this.frpcform = { // ip: "", // port: "", - server_addr: "180.166.218.22", + server_addr: "180.166.218.222", server_port: 40204, frpc_type: "adb", type: "tcp", diff --git a/src/views/report/index.vue b/src/views/report/index.vue index 9a24b98..2df2081 100644 --- a/src/views/report/index.vue +++ b/src/views/report/index.vue @@ -43,6 +43,7 @@ 时间:{{ item.createTime }} 设备ID:{{ item.cmdid }} + apk版本:{{ item.cmd.fileName }} 命令:{{ cmdCn[item.cmdName] }}

@@ -98,8 +99,9 @@ >下发时间:{{ item.publishTime }} 设备ID:{{ item.cmdid }} 命令:{{ cmdCn[item.cmdName] }} - cmd:{{ item.cmd }} + apk版本:{{ item.cmd.fileName }} + cmd:{{ item.cmd }} +

@@ -242,8 +244,8 @@ export default { getqueryCmdsApi({ qt: "his", p: 1, ps: 200 }) .then((res) => { console.log(res); - this.endCommand = res.data; - //this.endCommand = res.data.filter((item) => item.status == "1"); + //this.endCommand = res.data; + this.endCommand = res.data.filter((item) => item.status == "1"); this.selectRightChanged(this.operateR); // this.leftComLoading = false; this.updateTime = new Date();