master
lion 4 months ago
parent eb5647f323
commit a24436df0a

@ -56,7 +56,7 @@
type === 1 ? form.middle_effect = e : form.end_effect = e
}"></el-input>
</el-form-item>
<el-form-item :label="(type === 1 ? '年偏差问题及原因(主要针对偏差指标)' : '存在问题 (根据表格扣分项逐项撰写)')">
<el-form-item :label="(type === 1 ? '年偏差问题及原因(主要针对偏差指标)' : '存在问题 (根据表格扣分项逐项撰写)')">
<el-input :value="type === 1 ? form.middle_question : form.end_question"
type="textarea"
placeholder="(根据表格扣分项逐项撰写)"

@ -65,7 +65,7 @@
<th style="min-width: 100px;">{{ type === 1 ? '半年' : '全年' }}指标值</th>
<th>{{ type === 1 ? '半年实际执行值' : '实际完成值' }}</th>
<th>分值</th>
<!-- <th>分值</th> -->
<th v-if="type === 1">/</th>
<th v-if="type === 1">//</th>
<!-- <th v-if="type !== 1"></th> -->
@ -83,7 +83,7 @@
<td>{{ actResultFormat(item) }}</td>
<th>{{score_level(item)}}</th>
<!-- <th>{{score_level(item)}}</th> -->
<td v-if="type === 1">{{ isDeviation(item) }}</td>
<td v-if="type === 1">{{ endPossibility(item) }}</td>

Loading…
Cancel
Save