|
@@ -81,10 +81,10 @@ export const four = [
|
|
|
{ label: '新产品利润新产品销售额', model: 'ePer', list: 'ePer', type: 'select', labelWidth: '180px' },
|
|
|
];
|
|
|
|
|
|
-export const fiv = [
|
|
|
+export const five = [
|
|
|
{ label: '年均技改投入', model: 'yearCost', list: 'cost1', type: 'select' },
|
|
|
{ label: '年均外部研发支出', model: 'yearOutCost', list: 'cost1', type: 'select' },
|
|
|
- { label: '年均政府支持经费(研发补贴)', model: 'yearZfCost', list: 'cost1', type: 'select' },
|
|
|
+ { label: '政府补贴经费', model: 'yearZfCost', list: 'cost1', type: 'select' },
|
|
|
{ label: '年均研发加计扣除额', model: 'yearMinCost', list: 'cost2', type: 'select', labelWidth: '160px' },
|
|
|
{ label: '年均研发人员占比', model: 'costPer', list: 'costPer', type: 'select' },
|
|
|
{ label: '年均研发人员培训费', model: 'yearTrainCost', list: 'cost3', type: 'select', labelWidth: '160px' },
|