From cd4a5621bb758e53da6b48e694fa0a73c81826c9 Mon Sep 17 00:00:00 2001 From: aixianling Date: Mon, 24 Jun 2024 18:22:18 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=84=E7=90=86=E9=83=A8=E5=88=86=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../statistics/AppCorpStatistics/coDetail.vue | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/project/oms/apps/statistics/AppCorpStatistics/coDetail.vue b/project/oms/apps/statistics/AppCorpStatistics/coDetail.vue index dfb2fc70..5fce1e71 100644 --- a/project/oms/apps/statistics/AppCorpStatistics/coDetail.vue +++ b/project/oms/apps/statistics/AppCorpStatistics/coDetail.vue @@ -15,15 +15,15 @@ export default { detail: {}, tableData: [], sta: { - a: "接入群数量", - b: "群消息调用总计", - c: "昨日群调用", - d: "昨日请求人数" + accessGroupCount: "接入群数量", + aiCallCount: "群消息调用总计", + yesterdayCallCount: "昨日群调用", + yesterdayCallMember: "昨日请求人数" } } }, computed: { - columns: v => [ + columns: () => [ {label: "群ID", prop: "1", width: 160}, {label: "时间", prop: "1", width: 160}, {label: "请求文本", prop: "1"}, @@ -32,11 +32,11 @@ export default { methods: { getDetail() { const {id} = this.$route.query - this.instance.post("", null, { + this.instance.post("/api/appcorp2/list", null, { params: {id} }).then(res => { if (res?.data) { - this.detail = res.data + this.detail = res.data.records?.[0] || {} } }) } @@ -55,9 +55,9 @@ export default {
- - - + {{detail.areaName}} + {{detail.areaId}} + {{detail.abAppid}}