Commit 4fc9a669 authored by 徐俊's avatar 徐俊

xujun

parent a5ce3d35
...@@ -532,7 +532,7 @@ ...@@ -532,7 +532,7 @@
<!-- 设备费-购置设备预算明细表 --> <!-- 设备费-购置设备预算明细表 -->
<unit-payment-info :unitPayment.sync="value.unitPayment"/> <unit-payment-info :unitPayment.sync="value.unitPayment"/>
<!-- 项目绩效目标表 --> <!-- 项目绩效目标表 -->
<project-kpi :projectKPI.sync="formData.projectKPI" /> <project-kpi v-if="value.projState >= 50" :projectKPI.sync="formData.projectKPI" />
<!-- 项目课题设置 --> <!-- 项目课题设置 -->
<project-sub-info :dataList.sync="value.projectSubList" /> <project-sub-info :dataList.sync="value.projectSubList" />
......
...@@ -104,7 +104,7 @@ export default { ...@@ -104,7 +104,7 @@ export default {
}; };
}, },
created () { created () {
//this.getProjectKpitStatistic() this.getProjectKpitStatistic()
}, },
methods: { methods: {
getProjectKpitStatistic() { getProjectKpitStatistic() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment