提交 6f528c01 authored 作者: 钟是志's avatar 钟是志

保证ImgUploadCom 组件不崩溃

上级 ac656614
...@@ -621,7 +621,7 @@ class DetailSplit extends Component { ...@@ -621,7 +621,7 @@ class DetailSplit extends Component {
marginBottom: 12, marginBottom: 12,
}} }}
span={8}> span={8}>
<span className={styles.hea_title}>单号</span> <span className={styles.hea_title}>单号</span>
<span className={styles.hew_content}>{data.code}</span> <span className={styles.hew_content}>{data.code}</span>
</Col> </Col>
)} )}
...@@ -632,7 +632,7 @@ class DetailSplit extends Component { ...@@ -632,7 +632,7 @@ class DetailSplit extends Component {
marginBottom: 12, marginBottom: 12,
}} }}
span={8}> span={8}>
<span className={styles.hea_title}>用户姓名</span> <span className={styles.hea_title}>用户姓名</span>
<span className={styles.hew_content}>{data.userName}</span> <span className={styles.hew_content}>{data.userName}</span>
</Col> </Col>
)} )}
...@@ -643,7 +643,7 @@ class DetailSplit extends Component { ...@@ -643,7 +643,7 @@ class DetailSplit extends Component {
marginBottom: 12, marginBottom: 12,
}} }}
span={8}> span={8}>
<span className={styles.hea_title}>职位</span> <span className={styles.hea_title}>职位</span>
<span className={styles.hew_content}>{data.userPosition}</span> <span className={styles.hew_content}>{data.userPosition}</span>
</Col> </Col>
)} )}
...@@ -654,7 +654,7 @@ class DetailSplit extends Component { ...@@ -654,7 +654,7 @@ class DetailSplit extends Component {
style={{ style={{
marginBottom: 12, marginBottom: 12,
}}> }}>
<span className={styles.hea_title}>学院/单位</span> <span className={styles.hea_title}>学院/单位</span>
<span className={styles.hew_content}>{data.userSchool}</span> <span className={styles.hew_content}>{data.userSchool}</span>
</Col> </Col>
)} )}
...@@ -665,7 +665,7 @@ class DetailSplit extends Component { ...@@ -665,7 +665,7 @@ class DetailSplit extends Component {
style={{ style={{
marginBottom: 12, marginBottom: 12,
}}> }}>
<span className={styles.hea_title}>联系电话</span> <span className={styles.hea_title}>联系电话</span>
<span className={styles.hew_content}>{data.userPhone}</span> <span className={styles.hew_content}>{data.userPhone}</span>
</Col> </Col>
)} )}
...@@ -676,7 +676,7 @@ class DetailSplit extends Component { ...@@ -676,7 +676,7 @@ class DetailSplit extends Component {
marginBottom: 12, marginBottom: 12,
}} }}
span={8}> span={8}>
<span className={styles.hea_title}>申请时间</span> <span className={styles.hea_title}>申请时间</span>
<span className={styles.hew_content}> <span className={styles.hew_content}>
{moment(data.createTime).format('YYYY-MM-DD HH:mm')} {moment(data.createTime).format('YYYY-MM-DD HH:mm')}
</span> </span>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论