@ -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>
<template slot="footer">