Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
Y
yn-science-front
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
徐俊
yn-science-front
Commits
861f6661
Commit
861f6661
authored
Nov 27, 2024
by
徐俊
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
xujun kpi
parent
50bc1593
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
188 additions
and
1 deletion
+188
-1
Index.vue
src/views/report/project/Index.vue
+5
-1
projectKPI.vue
src/views/report/project/components/projectKPI.vue
+183
-0
No files found.
src/views/report/project/Index.vue
View file @
861f6661
...
@@ -123,6 +123,9 @@
...
@@ -123,6 +123,9 @@
<a-modal
v-model=
"visibleFileView"
title=
"查看"
width=
"1000px"
:dialog-style=
"{ top: '10%' }"
:footer=
"null"
destroyOnClose
>
<a-modal
v-model=
"visibleFileView"
title=
"查看"
width=
"1000px"
:dialog-style=
"{ top: '10%' }"
:footer=
"null"
destroyOnClose
>
<preview-file
v-model=
"realurl.downloadUrl"
:fileName=
"realurl.fileName"
></preview-file>
<preview-file
v-model=
"realurl.downloadUrl"
:fileName=
"realurl.fileName"
></preview-file>
</a-modal>
</a-modal>
<a-modal
v-model=
"projectKPIView"
title=
"查看项目KPI"
width=
"1000px"
:dialog-style=
"{ top: '10%' }"
:footer=
"null"
destroyOnClose
>
<project-kpi></project-kpi>
</a-modal>
</div>
</div>
</template>
</template>
...
@@ -138,11 +141,12 @@ import projectEditKey from "@/views/report/project/components/keyProject/project
...
@@ -138,11 +141,12 @@ import projectEditKey from "@/views/report/project/components/keyProject/project
import
projectView
from
'@/views/report/project/components/projectView'
import
projectView
from
'@/views/report/project/components/projectView'
import
previewFile
from
'@/views/components/common/previewFile'
import
previewFile
from
'@/views/components/common/previewFile'
import
axios
from
'axios'
import
axios
from
'axios'
import
projectKpi
from
'@/views/report/project/components/projectKPI'
export
default
{
export
default
{
name
:
'reportProject'
,
name
:
'reportProject'
,
components
:
{
components
:
{
projectView
,
projectCreate
,
projectEdit
,
paraMultiSelect
,
paraSelect
,
previewFile
,
projectEditKey
projectView
,
projectCreate
,
projectEdit
,
paraMultiSelect
,
paraSelect
,
previewFile
,
projectEditKey
,
projectKpi
},
},
data
()
{
data
()
{
return
{
return
{
...
...
src/views/report/project/components/projectKPI.vue
0 → 100644
View file @
861f6661
<
template
>
<div>
<table
class=
"tab-content"
cellpadding=
"3"
cellspacing=
"3"
>
<tr>
<td
rowspan=
"3"
class=
"bg-title"
>
总体考核目标
</td>
<td
colspan=
"10"
class=
"bg-title"
>
总体目标(2020年—2022年)
</td>
<td
class=
"bg-title"
colspan=
"9"
>
分年度指标
</td>
</tr>
<tr>
<td
colspan=
"10"
rowspan=
"2"
></td>
<td
colspan=
"3"
>
2020年
</td>
<td
colspan=
"3"
>
2021年
</td>
<td
colspan=
"3"
>
2022年
</td>
</tr>
<tr>
<td
colspan=
"3"
></td>
<td
colspan=
"3"
></td>
<td
colspan=
"3"
></td>
</tr>
<tr>
<td
rowspan=
"3"
></td>
<td
rowspan=
"2"
>
一级指标
</td>
<td
rowspan=
"2"
>
二级指标
</td>
<td
rowspan=
"2"
colspan=
"6"
>
三级指标
</td>
<td
rowspan=
"2"
>
指标值
</td>
<td
rowspan=
"2"
>
绩效标准
</td>
<td
rowspan=
"2"
>
二级指标
</td>
<td
rowspan=
"2"
colspan=
"5"
>
三级指标
</td>
<td
colspan=
"3"
>
指标值
</td>
</tr>
<tr>
<td>
2020
</td>
<td>
2021
</td>
<td>
2022
</td>
</tr>
</table>
</div>
</
template
>
<
script
>
export
default
{
name
:
"projectKPI"
,
data
()
{
return
{
kpiData
:
{
totalRowSpan
:
101
,
//总合并行数
outTarget
:
33
,
//一级指标(产出指标)
benefitTarget
:
44
,
//一级指标(效益指标)
satisfactionDegree
:
55
,
//一级指标(满意度指标)
quantityTarget
:
61
,
//二级指标(数量指标)
qualityTarget
:
8
,
//二级指标(质量指标)
validityTarget
:
1
,
//二级指标(时效指标)
costTarget
:
3
,
//二级指标(成本指标)
economicTarget
:
10
,
//二级指标(经济效益指标)
socialTarget
:
10
,
//二级指标(社会效益指标)
ecologicalTarget
:
3
,
//二级指标(生态效益指标)
sustainableTarget
:
1
,
//二级指标(可持续影响指标)
serviceTarget
:
4
,
//二级指标(服务对象满意度指标)
threeLevel
:
[
{
kpitName
:
'1、专利申请数(件)'
,
targetValue
:
null
,
performanceStandard
:
null
,
yearValue1
:
null
,
yearValue2
:
null
,
yearValue2
:
null
,
},
{
kpitName
:
'(1)发明专利'
,
targetValue
:
null
,
performanceStandard
:
null
,
yearValue1
:
null
,
yearValue2
:
null
,
yearValue2
:
null
,
},
{
kpitName
:
'(2)实用新型'
,
targetValue
:
null
,
performanceStandard
:
null
,
yearValue1
:
null
,
yearValue2
:
null
,
yearValue2
:
null
,
},
{
kpitName
:
'(3)外观设计'
,
targetValue
:
null
,
performanceStandard
:
null
,
yearValue1
:
null
,
yearValue2
:
null
,
yearValue2
:
null
,
},
{
kpitName
:
'2、专利授权数(件)'
,
targetValue
:
null
,
performanceStandard
:
null
,
yearValue1
:
null
,
yearValue2
:
null
,
yearValue2
:
null
,
},
{
kpitName
:
'(1)发明专利'
,
targetValue
:
null
,
performanceStandard
:
null
,
yearValue1
:
null
,
yearValue2
:
null
,
yearValue2
:
null
,
},
{
kpitName
:
'(2)实用新型'
,
targetValue
:
null
,
performanceStandard
:
null
,
yearValue1
:
null
,
yearValue2
:
null
,
yearValue2
:
null
,
},
{
kpitName
:
'(3)外观设计'
,
targetValue
:
null
,
performanceStandard
:
null
,
yearValue1
:
null
,
yearValue2
:
null
,
yearValue2
:
null
,
},
{
kpitName
:
'3、软件著作权(项)'
,
targetValue
:
null
,
performanceStandard
:
null
,
yearValue1
:
null
,
yearValue2
:
null
,
yearValue2
:
null
,
},
{
kpitName
:
'4、集成电路布图设计专有权(项)'
,
targetValue
:
null
,
performanceStandard
:
null
,
yearValue1
:
null
,
yearValue2
:
null
,
yearValue2
:
null
,
},
{
kpitName
:
'5、植物新品种权(项)'
,
targetValue
:
null
,
performanceStandard
:
null
,
yearValue1
:
null
,
yearValue2
:
null
,
yearValue2
:
null
,
},
{
kpitName
:
'6、国家审定新品种(个)'
,
targetValue
:
null
,
performanceStandard
:
null
,
yearValue1
:
null
,
yearValue2
:
null
,
yearValue2
:
null
,
},
{
kpitName
:
'7、省级审定新品种(个)'
,
targetValue
:
null
,
performanceStandard
:
null
,
yearValue1
:
null
,
yearValue2
:
null
,
yearValue2
:
null
,
},
{
kpitName
:
'8、国家登记的非主要农作物品种(个)'
,
targetValue
:
null
,
performanceStandard
:
null
,
yearValue1
:
null
,
yearValue2
:
null
,
yearValue2
:
null
,
},
{
kpitName
:
'9、发表科技论文(篇)'
,
targetValue
:
null
,
performanceStandard
:
null
,
yearValue1
:
null
,
yearValue2
:
null
,
yearValue2
:
null
,
},
{
kpitName
:
'(1)其中三大索引收录数'
,
targetValue
:
null
,
performanceStandard
:
null
,
yearValue1
:
null
,
yearValue2
:
null
,
yearValue2
:
null
,
},
{
kpitName
:
'(2)核心期刊论文数'
,
targetValue
:
null
,
performanceStandard
:
null
,
yearValue1
:
null
,
yearValue2
:
null
,
yearValue2
:
null
,
},
{
kpitName
:
'10、出版专著数(部)'
,
targetValue
:
null
,
performanceStandard
:
null
,
yearValue1
:
null
,
yearValue2
:
null
,
yearValue2
:
null
,
},
{
kpitName
:
'11、制订标准数(项)'
,
targetValue
:
null
,
performanceStandard
:
null
,
yearValue1
:
null
,
yearValue2
:
null
,
yearValue2
:
null
,
},
{
kpitName
:
'(1)国际标准'
,
targetValue
:
null
,
performanceStandard
:
null
,
yearValue1
:
null
,
yearValue2
:
null
,
yearValue2
:
null
,
},
{
kpitName
:
'(2)国家标准'
,
targetValue
:
null
,
performanceStandard
:
null
,
yearValue1
:
null
,
yearValue2
:
null
,
yearValue2
:
null
,
},
{
kpitName
:
'(3)行业标准'
,
targetValue
:
null
,
performanceStandard
:
null
,
yearValue1
:
null
,
yearValue2
:
null
,
yearValue2
:
null
,
},
{
kpitName
:
'(4)地方标准'
,
targetValue
:
null
,
performanceStandard
:
null
,
yearValue1
:
null
,
yearValue2
:
null
,
yearValue2
:
null
,
},
{
kpitName
:
'(5)团体标准'
,
targetValue
:
null
,
performanceStandard
:
null
,
yearValue1
:
null
,
yearValue2
:
null
,
yearValue2
:
null
,
},
{
kpitName
:
'(6)企业标准'
,
targetValue
:
null
,
performanceStandard
:
null
,
yearValue1
:
null
,
yearValue2
:
null
,
yearValue2
:
null
,
},
{
kpitName
:
'12、制定技术规程(项)'
,
targetValue
:
null
,
performanceStandard
:
null
,
yearValue1
:
null
,
yearValue2
:
null
,
yearValue2
:
null
,
},
{
kpitName
:
'13、科技成果产出'
,
targetValue
:
null
,
performanceStandard
:
null
,
yearValue1
:
null
,
yearValue2
:
null
,
yearValue2
:
null
,
},
{
kpitName
:
'(1)新工艺(项)'
,
targetValue
:
null
,
performanceStandard
:
null
,
yearValue1
:
null
,
yearValue2
:
null
,
yearValue2
:
null
,
},
{
kpitName
:
'(2)新产品(个)'
,
targetValue
:
null
,
performanceStandard
:
null
,
yearValue1
:
null
,
yearValue2
:
null
,
yearValue2
:
null
,
},
{
kpitName
:
'(3)新装置(个)'
,
targetValue
:
null
,
performanceStandard
:
null
,
yearValue1
:
null
,
yearValue2
:
null
,
yearValue2
:
null
,
},
{
kpitName
:
'(4)新材料(种)'
,
targetValue
:
null
,
performanceStandard
:
null
,
yearValue1
:
null
,
yearValue2
:
null
,
yearValue2
:
null
,
},
{
kpitName
:
'(5)新系统(套)'
,
targetValue
:
null
,
performanceStandard
:
null
,
yearValue1
:
null
,
yearValue2
:
null
,
yearValue2
:
null
,
},
{
kpitName
:
'(6)数据库(个)'
,
targetValue
:
null
,
performanceStandard
:
null
,
yearValue1
:
null
,
yearValue2
:
null
,
yearValue2
:
null
,
},
{
kpitName
:
'14、解决关键核心技术(项)'
,
targetValue
:
null
,
performanceStandard
:
null
,
yearValue1
:
null
,
yearValue2
:
null
,
yearValue2
:
null
,
},
{
kpitName
:
'15、形成技术体系(套)'
,
targetValue
:
null
,
performanceStandard
:
null
,
yearValue1
:
null
,
yearValue2
:
null
,
yearValue2
:
null
,
},
{
kpitName
:
'16、新建生产线(条)'
,
targetValue
:
null
,
performanceStandard
:
null
,
yearValue1
:
null
,
yearValue2
:
null
,
yearValue2
:
null
,
},
{
kpitName
:
'17、构建科研平台数(个)'
,
targetValue
:
null
,
performanceStandard
:
null
,
yearValue1
:
null
,
yearValue2
:
null
,
yearValue2
:
null
,
},
{
kpitName
:
'18、建设服务平台数(个)'
,
targetValue
:
null
,
performanceStandard
:
null
,
yearValue1
:
null
,
yearValue2
:
null
,
yearValue2
:
null
,
},
{
kpitName
:
'19、建立生产示范基地(个)'
,
targetValue
:
null
,
performanceStandard
:
null
,
yearValue1
:
null
,
yearValue2
:
null
,
yearValue2
:
null
,
},
{
kpitName
:
'20、获得药物临床试验批件(个)'
,
targetValue
:
null
,
performanceStandard
:
null
,
yearValue1
:
null
,
yearValue2
:
null
,
yearValue2
:
null
,
},
{
kpitName
:
'(1)化学药'
,
targetValue
:
null
,
performanceStandard
:
null
,
yearValue1
:
null
,
yearValue2
:
null
,
yearValue2
:
null
,
},
{
kpitName
:
'(2)中药天然药'
,
targetValue
:
null
,
performanceStandard
:
null
,
yearValue1
:
null
,
yearValue2
:
null
,
yearValue2
:
null
,
},
{
kpitName
:
'(3)生物制品'
,
targetValue
:
null
,
performanceStandard
:
null
,
yearValue1
:
null
,
yearValue2
:
null
,
yearValue2
:
null
,
},
{
kpitName
:
'21、获得新药证书数(项)'
,
targetValue
:
null
,
performanceStandard
:
null
,
yearValue1
:
null
,
yearValue2
:
null
,
yearValue2
:
null
,
},
{
kpitName
:
'(1)化学药'
,
targetValue
:
null
,
performanceStandard
:
null
,
yearValue1
:
null
,
yearValue2
:
null
,
yearValue2
:
null
,
},
{
kpitName
:
'(2)中药天然药'
,
targetValue
:
null
,
performanceStandard
:
null
,
yearValue1
:
null
,
yearValue2
:
null
,
yearValue2
:
null
,
},
{
kpitName
:
'(3)生物制品'
,
targetValue
:
null
,
performanceStandard
:
null
,
yearValue1
:
null
,
yearValue2
:
null
,
yearValue2
:
null
,
},
{
kpitName
:
'22、获得医疗器械注册证数(项)'
,
targetValue
:
null
,
performanceStandard
:
null
,
yearValue1
:
null
,
yearValue2
:
null
,
yearValue2
:
null
,
},
{
kpitName
:
'(1)Ⅲ类医疗器械注册证'
,
targetValue
:
null
,
performanceStandard
:
null
,
yearValue1
:
null
,
yearValue2
:
null
,
yearValue2
:
null
,
},
{
kpitName
:
'(2)I类及Ⅱ类医疗器械注册证'
,
targetValue
:
null
,
performanceStandard
:
null
,
yearValue1
:
null
,
yearValue2
:
null
,
yearValue2
:
null
,
},
{
kpitName
:
'23、获得中药保护品种证书(个)'
,
targetValue
:
null
,
performanceStandard
:
null
,
yearValue1
:
null
,
yearValue2
:
null
,
yearValue2
:
null
,
},
{
kpitName
:
'24、引进高层次人才(人)'
,
targetValue
:
null
,
performanceStandard
:
null
,
yearValue1
:
null
,
yearValue2
:
null
,
yearValue2
:
null
,
},
{
kpitName
:
'(1)院士'
,
targetValue
:
null
,
performanceStandard
:
null
,
yearValue1
:
null
,
yearValue2
:
null
,
yearValue2
:
null
,
},
{
kpitName
:
'(2)博士/博士后'
,
targetValue
:
null
,
performanceStandard
:
null
,
yearValue1
:
null
,
yearValue2
:
null
,
yearValue2
:
null
,
},
{
kpitName
:
'(3)有国家级人才称号'
,
targetValue
:
null
,
performanceStandard
:
null
,
yearValue1
:
null
,
yearValue2
:
null
,
yearValue2
:
null
,
},
{
kpitName
:
'25、培养高层次人才或团队(人、个)'
,
targetValue
:
null
,
performanceStandard
:
null
,
yearValue1
:
null
,
yearValue2
:
null
,
yearValue2
:
null
,
},
{
kpitName
:
'(1)博士/博士后'
,
targetValue
:
null
,
performanceStandard
:
null
,
yearValue1
:
null
,
yearValue2
:
null
,
yearValue2
:
null
,
},
{
kpitName
:
'(2)培训科技人员数'
,
targetValue
:
null
,
performanceStandard
:
null
,
yearValue1
:
null
,
yearValue2
:
null
,
yearValue2
:
null
,
},
{
kpitName
:
'(3)创新团队数'
,
targetValue
:
null
,
performanceStandard
:
null
,
yearValue1
:
null
,
yearValue2
:
null
,
yearValue2
:
null
,
},
{
kpitName
:
'(4)培养高级职称人员数'
,
targetValue
:
null
,
performanceStandard
:
null
,
yearValue1
:
null
,
yearValue2
:
null
,
yearValue2
:
null
,
},
{
kpitName
:
'(5)人才或团队争取国家科技计划项目数(个)'
,
targetValue
:
null
,
performanceStandard
:
null
,
yearValue1
:
null
,
yearValue2
:
null
,
yearValue2
:
null
,
},
{
kpitName
:
'1、科技成果转化率(%)'
,
targetValue
:
null
,
performanceStandard
:
null
,
yearValue1
:
null
,
yearValue2
:
null
,
yearValue2
:
null
,
},
{
kpitName
:
'2、发表论文影响因子'
,
targetValue
:
null
,
performanceStandard
:
null
,
yearValue1
:
null
,
yearValue2
:
null
,
yearValue2
:
null
,
},
{
kpitName
:
'3、研发成果获科技奖励数(项)'
,
targetValue
:
null
,
performanceStandard
:
null
,
yearValue1
:
null
,
yearValue2
:
null
,
yearValue2
:
null
,
},
{
kpitName
:
'(1)国家科技奖励'
,
targetValue
:
null
,
performanceStandard
:
null
,
yearValue1
:
null
,
yearValue2
:
null
,
yearValue2
:
null
,
},
{
kpitName
:
'(2)省级科技奖励'
,
targetValue
:
null
,
performanceStandard
:
null
,
yearValue1
:
null
,
yearValue2
:
null
,
yearValue2
:
null
,
},
{
kpitName
:
'4、培养科技人才获人才称号(项)'
,
targetValue
:
null
,
performanceStandard
:
null
,
yearValue1
:
null
,
yearValue2
:
null
,
yearValue2
:
null
,
},
{
kpitName
:
'(1)国家级人才称号'
,
targetValue
:
null
,
performanceStandard
:
null
,
yearValue1
:
null
,
yearValue2
:
null
,
yearValue2
:
null
,
},
{
kpitName
:
'(2)省级人才称号'
,
targetValue
:
null
,
performanceStandard
:
null
,
yearValue1
:
null
,
yearValue2
:
null
,
yearValue2
:
null
,
},
{
kpitName
:
'1、按项目合同书进度完成率(%)'
,
targetValue
:
null
,
performanceStandard
:
null
,
yearValue1
:
null
,
yearValue2
:
null
,
yearValue2
:
null
,
},
{
kpitName
:
'1、平均科研仪器设备购置成本(万元/套)'
,
targetValue
:
null
,
performanceStandard
:
null
,
yearValue1
:
null
,
yearValue2
:
null
,
yearValue2
:
null
,
},
{
kpitName
:
'2、获得科技成果的平均成本(万元/项)'
,
targetValue
:
null
,
performanceStandard
:
null
,
yearValue1
:
null
,
yearValue2
:
null
,
yearValue2
:
null
,
},
{
kpitName
:
'3、获得核心技术的平均成本(万元/项)'
,
targetValue
:
null
,
performanceStandard
:
null
,
yearValue1
:
null
,
yearValue2
:
null
,
yearValue2
:
null
,
},
{
kpitName
:
'1、拉动产业投资(万元)'
,
targetValue
:
null
,
performanceStandard
:
null
,
yearValue1
:
null
,
yearValue2
:
null
,
yearValue2
:
null
,
},
{
kpitName
:
'2、带动企业研发投入(万元)'
,
targetValue
:
null
,
performanceStandard
:
null
,
yearValue1
:
null
,
yearValue2
:
null
,
yearValue2
:
null
,
},
{
kpitName
:
'3、吸引招商引资(万元)'
,
targetValue
:
null
,
performanceStandard
:
null
,
yearValue1
:
null
,
yearValue2
:
null
,
yearValue2
:
null
,
},
{
kpitName
:
'4、带动新增产值(万元)'
,
targetValue
:
null
,
performanceStandard
:
null
,
yearValue1
:
null
,
yearValue2
:
null
,
yearValue2
:
null
,
},
{
kpitName
:
'5、带动新增主营业务收入(万元)'
,
targetValue
:
null
,
performanceStandard
:
null
,
yearValue1
:
null
,
yearValue2
:
null
,
yearValue2
:
null
,
},
{
kpitName
:
'6、带动新增利润(万元)'
,
targetValue
:
null
,
performanceStandard
:
null
,
yearValue1
:
null
,
yearValue2
:
null
,
yearValue2
:
null
,
},
{
kpitName
:
'7、带动新增税金(万元)'
,
targetValue
:
null
,
performanceStandard
:
null
,
yearValue1
:
null
,
yearValue2
:
null
,
yearValue2
:
null
,
},
{
kpitName
:
'8、技术合同成交额(万元)'
,
targetValue
:
null
,
performanceStandard
:
null
,
yearValue1
:
null
,
yearValue2
:
null
,
yearValue2
:
null
,
},
{
kpitName
:
'9、促进科技金融投资金额(万元)'
,
targetValue
:
null
,
performanceStandard
:
null
,
yearValue1
:
null
,
yearValue2
:
null
,
yearValue2
:
null
,
},
{
kpitName
:
'10、带动农民增收额(万元)'
,
targetValue
:
null
,
performanceStandard
:
null
,
yearValue1
:
null
,
yearValue2
:
null
,
yearValue2
:
null
,
},
{
kpitName
:
'1、成果示范和推广应用面积(亩)'
,
targetValue
:
null
,
performanceStandard
:
null
,
yearValue1
:
null
,
yearValue2
:
null
,
yearValue2
:
null
,
},
{
kpitName
:
'2、带动就业数(人)'
,
targetValue
:
null
,
performanceStandard
:
null
,
yearValue1
:
null
,
yearValue2
:
null
,
yearValue2
:
null
,
},
{
kpitName
:
'3、开放仪器设备数(台、套)'
,
targetValue
:
null
,
performanceStandard
:
null
,
yearValue1
:
null
,
yearValue2
:
null
,
yearValue2
:
null
,
},
{
kpitName
:
'4、关键共性技术研发数(项)'
,
targetValue
:
null
,
performanceStandard
:
null
,
yearValue1
:
null
,
yearValue2
:
null
,
yearValue2
:
null
,
},
{
kpitName
:
'5、组织产学研合作的单位数(个)'
,
targetValue
:
null
,
performanceStandard
:
null
,
yearValue1
:
null
,
yearValue2
:
null
,
yearValue2
:
null
,
},
{
kpitName
:
'6、参加产学研合作的科技人员数'
,
targetValue
:
null
,
performanceStandard
:
null
,
yearValue1
:
null
,
yearValue2
:
null
,
yearValue2
:
null
,
},
{
kpitName
:
'7、建立产学研实体数'
,
targetValue
:
null
,
performanceStandard
:
null
,
yearValue1
:
null
,
yearValue2
:
null
,
yearValue2
:
null
,
},
{
kpitName
:
'8、转化应用科技成果数(个)'
,
targetValue
:
null
,
performanceStandard
:
null
,
yearValue1
:
null
,
yearValue2
:
null
,
yearValue2
:
null
,
},
{
kpitName
:
'9、直接帮扶贫困户数(户)'
,
targetValue
:
null
,
performanceStandard
:
null
,
yearValue1
:
null
,
yearValue2
:
null
,
yearValue2
:
null
,
},
{
kpitName
:
'10、培训人数(人)'
,
targetValue
:
null
,
performanceStandard
:
null
,
yearValue1
:
null
,
yearValue2
:
null
,
yearValue2
:
null
,
},
{
kpitName
:
'1、降低能耗(%)'
,
targetValue
:
null
,
performanceStandard
:
null
,
yearValue1
:
null
,
yearValue2
:
null
,
yearValue2
:
null
,
},
{
kpitName
:
'2、发明绿色有机食品数量(个)'
,
targetValue
:
null
,
performanceStandard
:
null
,
yearValue1
:
null
,
yearValue2
:
null
,
yearValue2
:
null
,
},
{
kpitName
:
'3、污染物减排量(吨)'
,
targetValue
:
null
,
performanceStandard
:
null
,
yearValue1
:
null
,
yearValue2
:
null
,
yearValue2
:
null
,
},
{
kpitName
:
'1、项目持续发挥作用期限(年)'
,
targetValue
:
null
,
performanceStandard
:
null
,
yearValue1
:
null
,
yearValue2
:
null
,
yearValue2
:
null
,
},
{
kpitName
:
'1、项目单位满意度(%)'
,
targetValue
:
null
,
performanceStandard
:
null
,
yearValue1
:
null
,
yearValue2
:
null
,
yearValue2
:
null
,
},
{
kpitName
:
'2、受益对象满意度(%)'
,
targetValue
:
null
,
performanceStandard
:
null
,
yearValue1
:
null
,
yearValue2
:
null
,
yearValue2
:
null
,
},
{
kpitName
:
'3、科研人员满意度(%)'
,
targetValue
:
null
,
performanceStandard
:
null
,
yearValue1
:
null
,
yearValue2
:
null
,
yearValue2
:
null
,
},
{
kpitName
:
'4、受训对象满意度(%)'
,
targetValue
:
null
,
performanceStandard
:
null
,
yearValue1
:
null
,
yearValue2
:
null
,
yearValue2
:
null
,
},
]
}
};
},
};
</
script
>
<
style
scoped
lang=
"less"
>
table,
tr,
td {
border: 1px solid #080808;
font-size: 9pt;
text-align: center;
line-height: 25px;
height: 25px;
}
.bg-title {
background-color: #f5f5f5;
font-weight: bold;
}
</
style
>
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment