计划管理-计划审批流程
parent
68f0f8d373
commit
de4a9da73b
@ -0,0 +1,13 @@
|
|||||||
|
import React from 'react';
|
||||||
|
import styles from './PlanApprovalProcess.less';
|
||||||
|
|
||||||
|
const PlanApprovalProcess = () => {
|
||||||
|
return (
|
||||||
|
<div className={styles.container}>
|
||||||
|
<div>待开发</div>
|
||||||
|
</div>
|
||||||
|
);
|
||||||
|
};
|
||||||
|
|
||||||
|
export default PlanApprovalProcess;
|
||||||
|
|
||||||
@ -0,0 +1,3 @@
|
|||||||
|
.container {
|
||||||
|
padding: 20px;
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue