@@ -229,7 +229,7 @@ const TaskList: React.FC<IPropsType> = (props) => {
<div className={styles.leftInfo}>
<Row style={{ marginBottom: '15px' }}>
<Col className={styles.fontS24} span={12}>
- 工单编号:{order.Id}
+ 工单类型:{order.RecordType?.label || '-'}
</Col>
时间:{order.CreateTime}
@@ -3,7 +3,7 @@
.listItem {
margin: 20px 20px 20px 0;
- height: 16vh;
+ height: 12vh;
box-shadow: 0 0 6px 3px rgba(0, 150, 255, 10%);
border-radius: 10px;
background-color: #ffffff;