dangdang vor 1 Woche
Ursprung
Commit
3f6d2c0165
3 geänderte Dateien mit 8 neuen und 6 gelöschten Zeilen
  1. 1 1
      index.html
  2. 2 1
      src/views/ResultView.vue
  3. 5 4
      src/views/result/randarPage.vue

+ 1 - 1
index.html

@@ -6,7 +6,7 @@
   <link rel="icon" type="image/svg+xml" href="/vite.svg" />
   <meta name="viewport"
     content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no viewport-fit=cover" />
-  <title>Vite + Vue</title>
+  <title>智能陪练</title>
 </head>
 
 <body>

+ 2 - 1
src/views/ResultView.vue

@@ -26,8 +26,9 @@ const loading = ref(false);
 
 const nameMapping = {
   introduction_profession: "自我介绍专业性",
+  product_advantage: "产品优势包装",
+  purchase_intent: "客户购车需求",
   basic_information: "客户画像采集",
-  purchase_intent: "需求挖掘能力",
   invitation_results: "沟通转化效果",
   penalty_points: "扣分项",
   defects: "评分详解"

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

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