lrf402788946 4 년 전
부모
커밋
c933c873f1
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  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;
   }