lrf402788946 hace 4 años
padre
commit
c933c873f1
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      app/service/statistics/index.js

+ 2 - 1
app/service/statistics/index.js

@@ -57,7 +57,8 @@ class IndexService extends CrudService {
     }
     arr = _.orderBy(arr, [ 'value' ], [ 'desc' ]);
     arr.push(other);
-    arr.push({ name: '测试', value: 10 });
+    arr.push({ name: '测试1测试1', value: 10 });
+    arr.push({ name: '测试2测试2', value: 20 });
     return arr;
   }