zhengpengju 3 years ago
parent 9c92d7327d
commit c7f3d5f85c

@ -389,7 +389,6 @@ export default () => {
</Space>
</ProCard>
</Col>
<Col span={6} style={{ paddingLeft: 24 }}>
<div style={{ background: '#ffffff', padding: 24 }}>
@ -479,7 +478,7 @@ export default () => {
<ProDescriptions.Item dataIndex="examination_time" label="考试时长" valueType="text" renderText={(text)=>(`${text} 分钟`)} />
<ProDescriptions.Item dataIndex="grade" label="试卷信息" valueType="text" render={()=>{
{/** 需要从试卷 或 临时试卷 中读取 */}
{/** 需要从试卷 或 临时试卷 中读取 需要处理 */}
return <Space direction="vertical">
<span> 0 , {paperInfo?.sum_score} </span>
<span>: 0 : 0 : 0 </span>

Loading…
Cancel
Save