Просмотр исходного кода

ai客户详情意向度代码补提

lk 6 часов назад
Родитель
Сommit
0d8689d511
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/views/crm/customer/customerDetail.vue

+ 1 - 1
src/views/crm/customer/customerDetail.vue

@@ -266,7 +266,7 @@
                                          background: getProgressGradient(getIntentionDegree())
                                      }"
                                      :class="getIntentionClass(getIntentionDegree())">
-                                    <span class="progress-text">{{ getIntentionDegree() }}%</span>
+                                    <span class="progress-text">{{ getIntentionDegree() }}</span>
                                 </div>
                             </div>
                         </div>