Explorar el Código

fix: change salesProductPie.vue's data name to '成交占比'. (#3524)

Co-authored-by: gakkispy <12834847+gakkispy@user.noreply.gitee.com>
Yao hace 1 año
padre
commit
0589458b2d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/dashboard/analysis/components/SalesProductPie.vue

+ 1 - 1
src/views/dashboard/analysis/components/SalesProductPie.vue

@@ -36,7 +36,7 @@
 
         series: [
           {
-            name: '访问来源',
+            name: '成交占比',
             type: 'pie',
             radius: '80%',
             center: ['50%', '50%'],