lrf402788946 před 4 roky
rodič
revize
0e8a59f533
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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 });