From f25447d691306079b7649af8860c372193459909 Mon Sep 17 00:00:00 2001 From: fanluyan <754122931@qq.com> Date: Wed, 13 Dec 2023 13:46:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=91=BD=E4=BB=A4=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/homePage/components/tableMain.vue | 2 +- src/views/report/index.vue | 10 ++++++---- 2 files changed, 7 insertions(+), 5 deletions(-) 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();