Browse Source

【绩效考核】案件处置情况打分 奖励分值改为两位小数

master
wanggongfeng 5 years ago
parent
commit
b0827b5f0c
  1. 2
      src/views/modules/kpi/kpicasehandling-add-or-update.vue

2
src/views/modules/kpi/kpicasehandling-add-or-update.vue

@ -23,7 +23,7 @@
<el-input-number v-model="dataForm.caseHandling" :min="0" :max="100" label="案件处置打分" :precision="2" style="width:40%;"></el-input-number>
</el-form-item>
<el-form-item label="奖励分值" prop="plusScore" label-width="120px">
<el-input-number v-model="dataForm.plusScore" :min="0" :max="2" label="奖励分值" :precision="1" style="width:40%;"></el-input-number>
<el-input-number v-model="dataForm.plusScore" :min="0" :max="2" label="奖励分值" :precision="2" style="width:40%;"></el-input-number>
</el-form-item>
</el-form>
<template slot="footer">

Loading…
Cancel
Save