Merge branch 'master' of http://10.124.128.2:8888/eshop/fe_service_ebtp_frontend into 20220613-将PUT和DELETE请求更改成POST请求

This commit is contained in:
jl-zhoujl2
2022-07-26 15:08:55 +08:00
162 changed files with 6179 additions and 1956 deletions

View File

@ -221,7 +221,7 @@ const DetailedMain: React.FC<detailType> = (props) => {
render: (_, record) => {
if (record.scoreMethod == 2) {
return (
<Input readOnly={dis} type="number" min={0} defaultValue={record.lowScore}
<Input readOnly={dis} type="number" defaultValue={record.lowScore}
onBlur={(event) => {
record.lowScore = event.target.value;
}} placeholder='最低分'