dangdang 3 дней назад
Родитель
Сommit
157117cdbf
2 измененных файлов с 8 добавлено и 8 удалено
  1. 4 4
      src/views/ResultView.vue
  2. 4 4
      src/views/result/randarPage.vue

+ 4 - 4
src/views/ResultView.vue

@@ -23,10 +23,10 @@ const taskId = computed(() => route.query.conversationId); // 会话ID "2c64eb8b
 const randarlist = ref([0, 0, 0, 0]);
 
 const nameMapping = {
-  introduction_profession: "自我介绍",
-  basic_information: "基础信息",
-  purchase_intent: "购车意向",
-  invitation_results: "邀约成效",
+  introduction_profession: "自我介绍专业性",
+  basic_information: "客户画像采集",
+  purchase_intent: "需求挖掘能力",
+  invitation_results: "沟通转化效果",
   penalty_points: "扣分项",
 };
 

+ 4 - 4
src/views/result/randarPage.vue

@@ -16,10 +16,10 @@ const echartsRander = (randarList) => {
             center: ['51%', '50%'], // 设置雷达图的中心位置,避免坐标轴名称被遮挡
             radius: '58%',
             indicator: [
-                { name: '自我介绍', max: 25 },
-                { name: '基础信息', max: 25 },
-                { name: '购车意向', max: 25 },
-                { name: '邀约成效', max: 25 }
+                { name: '自我介绍专业性', max: 25 },
+                { name: '客户画像采集', max: 25 },
+                { name: '需求挖掘能力', max: 25 },
+                { name: '沟通转化效果', max: 25 }
             ],
             axisName: {
                 color: '#fff',