diff --git a/src/forge/Order/MilepostDetail.jsx b/src/forge/Order/MilepostDetail.jsx index ba1fc49bc..b66d328e3 100644 --- a/src/forge/Order/MilepostDetail.jsx +++ b/src/forge/Order/MilepostDetail.jsx @@ -10,6 +10,7 @@ import millestones from '../../forge/Issues/Img/millestones-big.png'; import './milepost.scss'; import './order.scss'; import '../Issues/index.scss'; +import Attachments from "../Upload/attachment"; function MilepostDetail(props){ const [ milepost, setMilepost] = useState(undefined); @@ -29,6 +30,7 @@ function MilepostDetail(props){ const [ page , setPage ] = useState(1); const [ total , setTotal ] = useState(undefined); const [ issuesCount, setIssueCount] = useState(undefined); + const [fileList,setFileList] = useState([]) const [ chooseValue, setChooseValue ] = useState(undefined); @@ -187,7 +189,17 @@ function MilepostDetail(props){ } {/* 里程碑描述 */} -