|
@@ -130,7 +130,7 @@ export default (props) => {
|
130
|
130
|
/>
|
131
|
131
|
</Col>
|
132
|
132
|
<Col span={6}>
|
133
|
|
- {/* <ProFormSelect
|
|
133
|
+ <ProFormSelect
|
134
|
134
|
initialValue={'+'}
|
135
|
135
|
name="computeType"
|
136
|
136
|
label="计分方式"
|
|
@@ -147,7 +147,7 @@ export default (props) => {
|
147
|
147
|
message: '请选择计分方式',
|
148
|
148
|
},
|
149
|
149
|
]}
|
150
|
|
- /> */}
|
|
150
|
+ />
|
151
|
151
|
</Col>
|
152
|
152
|
<Col span={6}>
|
153
|
153
|
<ProFormDigit
|
|
@@ -255,8 +255,8 @@ export default (props) => {
|
255
|
255
|
<ProFormDigit
|
256
|
256
|
name="score"
|
257
|
257
|
label="计分"
|
258
|
|
- min={0}
|
259
|
258
|
help="计分"
|
|
259
|
+ min={-999}
|
260
|
260
|
fieldProps={{ precision: 2 }}
|
261
|
261
|
/>
|
262
|
262
|
</Col>
|