jialh
2024-12-19 f91aa6613f685270f67abefda8dd8722b0873a46
页面修改
3个文件已修改
24 ■■■■■ 已修改文件
src/view/IntelligentAgent/allAgent.vue 8 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/view/IntelligentAgent/myAgent.vue 9 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/view/echarts/radar.vue 7 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/view/IntelligentAgent/allAgent.vue
@@ -148,9 +148,11 @@
        chat(item) {
            if (item.SystemRouting) {
                console.log('系统路由不可对话')
                this.$router.push({
                    path: item.SystemRouting,
                })
                const fullUrl = `${window.location.origin}/#${item.SystemRouting}`;
                window.open(fullUrl, '_blank');
                // this.$router.push({
                //     path: item.SystemRouting,
                // })
            } else {
                this.$router.push({
                    path: '/AgentChat',
src/view/IntelligentAgent/myAgent.vue
@@ -239,7 +239,6 @@
        };
    },
    mounted() {
        this.getAgentDataList();
    },
    watch: {
@@ -268,9 +267,11 @@
        chat(item) {
            if (item.SystemRouting) {
                console.log('系统路由不可对话')
                this.$router.push({
                    path: item.SystemRouting,
                })
                const fullUrl = `${window.location.origin}/#${item.SystemRouting}`;
                window.open(fullUrl, '_blank');
                // this.$router.push({
                //     path: item.SystemRouting,
                // })
            } else {
                this.$router.push({
                    path: '/AgentChat',
src/view/echarts/radar.vue
@@ -684,6 +684,7 @@
                        acc[item.评分细则] = item.得分;
                        return acc;
                    }, {});
                    this.radarData=[total1,total2,total3,total4,total5]
                    this.renderRadar(this.radarData); // 重新渲染树图
                    this.loadingSub = false;
                    this.hasRadarData = true;
@@ -823,7 +824,7 @@
            } else if (!this.fileUrl) {
                alert('请上传尽调报告');
            } else {
                this.getRadarData(this.fileUrl)
                // this.getRadarData(this.fileUrl)
                // 调用接口获取得分数据
                this.fetchScores(this.fileUrl);
            }
@@ -929,8 +930,8 @@
}
.search-box {
    width: 500px;
    padding: 100px;
    width: 400px;
    padding: 50px;
    .tit {
        font-size: 30px;