Commit a79b625fced7df321549ba8fda5786dc00449521
1 parent
50d46dfe
1.补充提交
Showing
1 changed file
with
2 additions
and
2 deletions
src/components/Common/CommonExamInfo/index.js
| 1 | 1 | /* eslint-disable */ |
| 2 | 2 | import React, { Component } from 'react'; |
| 3 | 3 | import moment from 'moment'; |
| 4 | -import { Input, Layout, Steps, Select, Button, Modal,message, Spin } from 'antd'; | |
| 4 | +import { Input, Layout, Steps, Select, Button, Modal,message, Spin } from 'antd-v4'; | |
| 5 | 5 | import { UserOutlined } from '@ant-design/icons'; |
| 6 | 6 | import * as commonUtils from '@/utils/utils';/* 通用方法 */ |
| 7 | 7 | import * as commonServices from '@/services/services';/* 服务类 */ |
| 8 | -import * as commonConfig from '../../../utils/config'; | |
| 8 | +import commonConfig from '../../../utils/config'; | |
| 9 | 9 | import flowPicture2 from '@/assets/flow/flowpic.png'; |
| 10 | 10 | import styles from './index.less'; |
| 11 | 11 | import AntdDraggableModal from "../AntdDraggableModal"; | ... | ... |