From 90e89cd60dd23a63e62158b7578d81b1f2445319 Mon Sep 17 00:00:00 2001 From: aixianling Date: Mon, 24 Jun 2024 19:42:17 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=A5=E5=BF=97=E5=AE=8C=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../statistics/AppCorpStatistics/coDetail.vue | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/project/oms/apps/statistics/AppCorpStatistics/coDetail.vue b/project/oms/apps/statistics/AppCorpStatistics/coDetail.vue index 5fce1e71..0975ef17 100644 --- a/project/oms/apps/statistics/AppCorpStatistics/coDetail.vue +++ b/project/oms/apps/statistics/AppCorpStatistics/coDetail.vue @@ -24,9 +24,9 @@ export default { }, computed: { columns: () => [ - {label: "群ID", prop: "1", width: 160}, - {label: "时间", prop: "1", width: 160}, - {label: "请求文本", prop: "1"}, + {label: "群ID", prop: "xbotGroupId", width: 160}, + {label: "时间", prop: "sendTime", width: 160}, + {label: "请求文本", prop: "content"}, ] }, methods: { @@ -39,6 +39,13 @@ export default { this.detail = res.data.records?.[0] || {} } }) + this.instance.post("/api/apiForward", null, { + params: {url: "http://192.168.1.87:9000/app/appmasssendingtaskbaidu/ailist?size=15"} + }).then(res => { + if (res?.data) { + this.tableData = res.data + } + }) } }, created() { @@ -55,9 +62,9 @@ export default {
- {{detail.areaName}} - {{detail.areaId}} - {{detail.abAppid}} + {{ detail.areaName }} + {{ detail.areaId }} + {{ detail.abAppid }}