lrf402788946 4 سال پیش
والد
کامیت
0e8a59f533
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      app/service/statistics.js

+ 1 - 1
app/service/statistics.js

@@ -161,7 +161,7 @@ class IndexService extends CrudService {
     const yfbt = await this.ctx.model.Policy.count({ type: '研发补贴' });
     const ticket = await this.ctx.model.Policy.count({ type: '创新券' });
     const arr = [];
-    arr.push({ name: '高企认定', value: tcount });
+    arr.push({ name: '高企申报', value: tcount });
     arr.push({ name: '奖励兑现', value: jldx });
     arr.push({ name: '研发补贴', value: yfbt });
     arr.push({ name: '创新券', value: ticket });