mirror of
http://112.124.100.131/ebiz-ai/ebiz-ai-knowledge-manage.git
synced 2025-12-11 03:46:50 +08:00
feat(intelligent-agent): 添加对话日志功能
- 新增时间选项和对应的日期范围选择功能 - 实现对话日志的加载和展示 - 添加状态、消息数、用户反馈等列的渲染- 优化日志界面布局和样式
This commit is contained in:
@@ -29,50 +29,14 @@
|
||||
import LineEcharts from '@/views/intelligent-agent/children/Logs&overview/components/lineEcharts.vue'
|
||||
import { echartsAllData } from './API'
|
||||
import '@/assets/js/business-common'
|
||||
import { timeOptions } from '@/assets/js/utils/utilOptions'
|
||||
export default {
|
||||
name: 'overveiw',
|
||||
data() {
|
||||
return {
|
||||
times: '9',
|
||||
list: [],
|
||||
options: [
|
||||
{
|
||||
label: '今天',
|
||||
value: '1'
|
||||
},
|
||||
{
|
||||
label: '过去7天',
|
||||
value: '2'
|
||||
},
|
||||
{
|
||||
label: '过去4周',
|
||||
value: '3'
|
||||
},
|
||||
{
|
||||
label: '过去3月',
|
||||
value: '4'
|
||||
},
|
||||
{
|
||||
label: '过去12月',
|
||||
value: '5'
|
||||
},
|
||||
{
|
||||
label: '本月至今',
|
||||
value: '6'
|
||||
},
|
||||
{
|
||||
label: '本季度至今',
|
||||
value: '7'
|
||||
},
|
||||
{
|
||||
label: '本年至今',
|
||||
value: '8'
|
||||
},
|
||||
{
|
||||
label: '所有时间',
|
||||
value: '9'
|
||||
}
|
||||
]
|
||||
options: timeOptions
|
||||
}
|
||||
},
|
||||
props: {},
|
||||
|
||||
Reference in New Issue
Block a user