Browse Source

fix: 工单编号修改为工单类型

ZhaoJun 1 năm trước cách đây
mục cha
commit
27981fae66

+ 1 - 1
src/pages/TaskManage/Detail/TaskList/TaskList.tsx

@@ -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>
                   <Col className={styles.fontS24} span={12}>
                     时间:{order.CreateTime}

+ 1 - 1
src/pages/TaskManage/index.less

@@ -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;