Yansen 2 年前
父节点
当前提交
48dc309c70
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3
    3
      src/pages/check/components/QuForm.jsx

+ 3
- 3
src/pages/check/components/QuForm.jsx 查看文件

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