|
@@ -1,8 +1,8 @@
|
|
|
import React from 'react';
|
|
|
import { Layout } from 'antd';
|
|
|
-import BodyPartList from './components/BodyPartList';
|
|
|
import ImageControl from './components/ImageControl';
|
|
|
import OperationPanel from './components/OperationPanel';
|
|
|
+import BodyPositionList from '../exam/components/BodyPositionList';
|
|
|
|
|
|
const { Header, Content, Sider } = Layout;
|
|
|
|
|
@@ -12,7 +12,7 @@ const ImageProcessingPageLarge = () => {
|
|
|
<Header>Image Processing Page</Header>
|
|
|
<Layout>
|
|
|
<Sider width={200}>
|
|
|
- <BodyPartList />
|
|
|
+ <BodyPositionList layout="vertical" showAddButton={false} />
|
|
|
</Sider>
|
|
|
<Content>
|
|
|
<ImageControl />
|