|
|
|
|
@ -14,11 +14,12 @@
|
|
|
|
|
<td style="text-align: center;font-weight: 600;" colspan="12">{{ detail.year }} 年度</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<th>{{ type === 1 ? '年度' : '年度' }}项目年度绩效目标</th>
|
|
|
|
|
<!-- {{ type === 1 ? '年度' : '年度' }} -->
|
|
|
|
|
<th>项目年度绩效目标</th>
|
|
|
|
|
<td colspan="11">{{ type === 1 ? detail.year_midst : detail.year_end }}</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<th>{{ type === 1 ? '年度' : '年度' }}项目年度绩效目标完成情况</th>
|
|
|
|
|
<th>项目年度绩效目标完成情况</th>
|
|
|
|
|
<td colspan="11">{{ type === 1 ? detail.middle_result : detail.end_result }}</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<!-- <tr>-->
|
|
|
|
|
@ -119,11 +120,11 @@
|
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
|
|
<tr v-if="type == 1">
|
|
|
|
|
<th>年中项目概况 (项目政策、资金分配使用、项目实施情况等)</th>
|
|
|
|
|
<th>项目概况(项目政策、资金分配使用、项目实施情况等)</th>
|
|
|
|
|
<td colspan="11">{{ detail.middle_expenditure_survey}}</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr v-if="type !== 1">
|
|
|
|
|
<th>年末项目概况 (项目政策、资金分配使用、项目实施情况等)</th>
|
|
|
|
|
<th>项目概况(项目政策、资金分配使用、项目实施情况等)</th>
|
|
|
|
|
<td colspan="11">{{ detail.end_expenditure_survey}}</td>
|
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
|
|
@ -132,15 +133,15 @@
|
|
|
|
|
<td colspan="11">{{ type === 1 ? detail.middle_achievement : detail.end_achievement }}</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr v-if="type !== 1">
|
|
|
|
|
<th>存在问题 (根据表格扣分项逐项撰写)</th>
|
|
|
|
|
<th>主要成效(通过绩效评价总结的成效)</th>
|
|
|
|
|
<td colspan="11">{{ type === 1 ? detail.middle_effect : detail.end_effect }}</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<th>{{ type === 1 ? '偏差问题及原因(主要针对偏差指标)' : '存在问题(按照决策、过程、履职、效益分别归类撰写)' }}</th>
|
|
|
|
|
<th>{{ type === 1 ? '偏差问题及原因(主要针对偏差指标)' : '存在问题(根据表格扣分项逐项撰写)' }}</th>
|
|
|
|
|
<td colspan="11">{{ type === 1 ? detail.middle_question : detail.end_question }}</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<th>整改措施 (针对存在的问题,分别提出相关整改措施)</th>
|
|
|
|
|
<th>整改措施(针对存在的问题,分别提出相关整改措施)</th>
|
|
|
|
|
<td colspan="11">{{ type === 1 ? detail.middle_measure : detail.end_measure }}</td>
|
|
|
|
|
</tr>
|
|
|
|
|
</table>
|
|
|
|
|
|