|
@@ -83,22 +83,22 @@ export const four = [
|
|
|
|
|
|
export const five = [
|
|
|
{ label: '年均技改投入', model: 'yearCost', list: 'cost1', type: 'select' },
|
|
|
- { label: '年均外部研发支出', model: 'yearOutCost', list: 'cost1', type: 'select' },
|
|
|
+ { label: '外部支出', model: 'yearOutCost', 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' },
|
|
|
+ { 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' },
|
|
|
];
|
|
|
|
|
|
export const six = [
|
|
|
{ label: '自主申报知识产权数', model: 'selfZscq', list: 'effect', type: 'select', labelWidth: '160px' },
|
|
|
- { label: '购买(获得许可)知识产权', model: 'buyZscq', list: 'effect', type: 'select', labelWidth: '180px' },
|
|
|
+ { label: '购买(获得许可)知识产权数', model: 'buyZscq', list: 'effect', type: 'select', labelWidth: '180px' },
|
|
|
{ label: '企业自立科技项目数', model: 'comProject', list: 'effect', type: 'select', labelWidth: '160px' },
|
|
|
{ label: '自主开发新产品数', model: 'selfProject', list: 'effect', type: 'select', labelWidth: '160px' },
|
|
|
- { label: '获得市级以上科技项目数', model: 'SjProject', list: 'effect', type: 'select', labelWidth: '170px' },
|
|
|
- { label: '获得市级以上科技奖励数', model: 'SjAward', list: 'effect', type: 'select', labelWidth: '170px' },
|
|
|
- { label: '与高校院所技术合作', model: 'SchoolProject', list: 'effect', type: 'select', labelWidth: '160px' },
|
|
|
- { label: '与产业链关联企业技术合作', model: 'chainProject', list: 'effect', type: 'select', labelWidth: '180px' },
|
|
|
+ { label: '市级以上科技项目数', model: 'SjProject', list: 'effect', type: 'select', labelWidth: '170px' },
|
|
|
+ { label: '市级以上科技奖励数', model: 'SjAward', list: 'effect', type: 'select', labelWidth: '170px' },
|
|
|
+ { label: '与高校院所合作数', model: 'SchoolProject', list: 'effect', type: 'select', labelWidth: '160px' },
|
|
|
+ { label: '与产业链关联企业合作数', model: 'chainProject', list: 'effect', type: 'select', labelWidth: '180px' },
|
|
|
];
|
|
|
|
|
|
export const seven = [
|
|
@@ -133,7 +133,7 @@ export const seven = [
|
|
|
list: 'use',
|
|
|
},
|
|
|
{
|
|
|
- label: '外来技术实用度',
|
|
|
+ label: '技术实用度',
|
|
|
model: 'out_applied',
|
|
|
type: 'object',
|
|
|
children: [
|