日志完成
This commit is contained in:
@@ -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 {
|
||||
<div>
|
||||
<ai-card title="大模型应用详情">
|
||||
<el-descriptions :column="1" :colon="false">
|
||||
<el-descriptions-item label="地域名称">{{detail.areaName}}</el-descriptions-item>
|
||||
<el-descriptions-item label="地域编号">{{detail.areaId}}</el-descriptions-item>
|
||||
<el-descriptions-item label="ab_appid">{{detail.abAppid}}</el-descriptions-item>
|
||||
<el-descriptions-item label="地域名称">{{ detail.areaName }}</el-descriptions-item>
|
||||
<el-descriptions-item label="地域编号">{{ detail.areaId }}</el-descriptions-item>
|
||||
<el-descriptions-item label="ab_appid">{{ detail.abAppid }}</el-descriptions-item>
|
||||
</el-descriptions>
|
||||
</ai-card>
|
||||
<ai-card title="大模型应用统计">
|
||||
|
||||
Reference in New Issue
Block a user