Commit f7ba408c by maolipeng

Merge branch 'feature/maolipeng/20210629/piliang' into dev

parents b80b9152 e65e34ab
......@@ -584,6 +584,8 @@ class OperatePaper extends Component {
min={1}
max={100}
value={record.score || 2}
formatter={value => parseInt(value)}
parser={value => parseInt(value)}
onChange={(value) => {
value = Math.round(value)
if (value <= record.portionScore) {
......
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