|
@@ -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 });
|