|
@@ -8,7 +8,7 @@ import {
|
|
|
} from '@/services/TaskManage';
|
|
|
import { CloseOutlined } from '@ant-design/icons';
|
|
|
import { connect, useLocation, useParams, useRequest } from '@umijs/max';
|
|
|
-import { Button, Col, Row, Steps } from 'antd';
|
|
|
+import { Button, Col, Divider, Row, Steps } from 'antd';
|
|
|
import dayjs from 'dayjs';
|
|
|
import { useEffect, useState } from 'react';
|
|
|
import ReactZmage from 'react-zmage';
|
|
@@ -258,6 +258,7 @@ const WorkOrderModal = (props) => {
|
|
|
icon={<CloseOutlined style={{ fontSize: '24px' }} />}
|
|
|
onClick={closePage}
|
|
|
/>
|
|
|
+ <Divider style={{ margin: '0 0 30px 0' }} />
|
|
|
<div
|
|
|
style={{
|
|
|
marginTop: '20px',
|