dangdang 3 dagen geleden
bovenliggende
commit
20170e506d
2 gewijzigde bestanden met toevoegingen van 8 en 8 verwijderingen
  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: "自我介绍专业性",
-  demand_accuracy: "挖掘需求准确性",
-  product_advantages: "清晰表达产品优势",
-  attract_interest: "吸引客户兴趣",
+  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: 50 },
-                { name: '挖掘需求准确性', max: 50 },
-                { name: '清晰表达产品优势', max: 0 },
-                { name: '吸引客户兴趣', max: 0 }
+                { name: '自我介绍', max: 25 },
+                { name: '基础信息', max: 25 },
+                { name: '购车意向', max: 25 },
+                { name: '邀约成效', max: 25 }
             ],
             axisName: {
                 color: '#fff',