|  | @@ -216,7 +216,7 @@ const TaskList: React.FC<IPropsType> = (props) => {
 | 
	
		
			
				|  |  |        {
 | 
	
		
			
				|  |  |          key: '1',
 | 
	
		
			
				|  |  |          label: (
 | 
	
		
			
				|  |  | -          <span style={{ color: '#ffffff', marginRight: '0.1rem' }}>
 | 
	
		
			
				|  |  | +          <span style={{ color: '#ffffff', marginRight: '0.05rem' }}>
 | 
	
		
			
				|  |  |              关联工单({workOrder.length})
 | 
	
		
			
				|  |  |            </span>
 | 
	
		
			
				|  |  |          ),
 | 
	
	
		
			
				|  | @@ -225,21 +225,21 @@ const TaskList: React.FC<IPropsType> = (props) => {
 | 
	
		
			
				|  |  |              <div key={order.Id} className={styles.workOrderCard}>
 | 
	
		
			
				|  |  |                <div className={styles.leftInfo}>
 | 
	
		
			
				|  |  |                  <Row style={{ marginBottom: '0.15rem' }}>
 | 
	
		
			
				|  |  | -                  <Col className={styles.fontS32} span={12}>
 | 
	
		
			
				|  |  | +                  <Col className={styles.fontS32} span={11}>
 | 
	
		
			
				|  |  |                      工单类型:{order.RecordType?.label || '-'}
 | 
	
		
			
				|  |  |                    </Col>
 | 
	
		
			
				|  |  | -                  <Col className={styles.fontS32} span={12}>
 | 
	
		
			
				|  |  | +                  <Col className={styles.fontS32} span={13}>
 | 
	
		
			
				|  |  |                      时间:{order.CreateTime}
 | 
	
		
			
				|  |  |                    </Col>
 | 
	
		
			
				|  |  |                  </Row>
 | 
	
		
			
				|  |  |                  <Row>
 | 
	
		
			
				|  |  | -                  <Col className={styles.fontS32} span={12}>
 | 
	
		
			
				|  |  | +                  <Col className={styles.fontS32} span={11}>
 | 
	
		
			
				|  |  |                      工单状态:
 | 
	
		
			
				|  |  |                      <span style={{ color: '#5697e4' }}>
 | 
	
		
			
				|  |  |                        {order.Status?.label}
 | 
	
		
			
				|  |  |                      </span>
 | 
	
		
			
				|  |  |                    </Col>
 | 
	
		
			
				|  |  | -                  <Col className={styles.fontS32} span={12}>
 | 
	
		
			
				|  |  | +                  <Col className={styles.fontS32} span={13}>
 | 
	
		
			
				|  |  |                      工单负责人:{order.Responsible?.CName}
 | 
	
		
			
				|  |  |                    </Col>
 | 
	
		
			
				|  |  |                  </Row>
 | 
	
	
		
			
				|  | @@ -298,7 +298,7 @@ const TaskList: React.FC<IPropsType> = (props) => {
 | 
	
		
			
				|  |  |                  maxHeight: '0.7rem',
 | 
	
		
			
				|  |  |                }}
 | 
	
		
			
				|  |  |              >
 | 
	
		
			
				|  |  | -              <Col span={12} className={styles.fontS32}>
 | 
	
		
			
				|  |  | +              <Col span={11} className={styles.fontS32}>
 | 
	
		
			
				|  |  |                  时间: {formatItem.CreateTime}
 | 
	
		
			
				|  |  |                </Col>
 | 
	
		
			
				|  |  |                <Col className={styles.fontS32}>
 | 
	
	
		
			
				|  | @@ -312,7 +312,7 @@ const TaskList: React.FC<IPropsType> = (props) => {
 | 
	
		
			
				|  |  |                  maxHeight: '0.75rem',
 | 
	
		
			
				|  |  |                }}
 | 
	
		
			
				|  |  |              >
 | 
	
		
			
				|  |  | -              <Col span={12} className={styles.fontS32}>
 | 
	
		
			
				|  |  | +              <Col span={11} className={styles.fontS32}>
 | 
	
		
			
				|  |  |                  任务负责人: {formatItem.ResponsiblePeople?.CName || '-'}
 | 
	
		
			
				|  |  |                </Col>
 | 
	
		
			
				|  |  |                <Col span={8} className={styles.fontS32}>
 | 
	
	
		
			
				|  | @@ -324,7 +324,7 @@ const TaskList: React.FC<IPropsType> = (props) => {
 | 
	
		
			
				|  |  |                    style={{
 | 
	
		
			
				|  |  |                      backgroundColor: '#f5a623',
 | 
	
		
			
				|  |  |                      color: 'white',
 | 
	
		
			
				|  |  | -                    width: '2rem',
 | 
	
		
			
				|  |  | +                    width: '1.8rem',
 | 
	
		
			
				|  |  |                      letterSpacing: '0.05rem',
 | 
	
		
			
				|  |  |                      height: '0.55rem',
 | 
	
		
			
				|  |  |                      display: 'flex',
 |