|
@@ -134,7 +134,8 @@ const MeasurementPanel = () => {
|
|
|
<FunctionButton
|
|
|
title="Cobb角"
|
|
|
action="Cobb角"
|
|
|
- iconName="CobbAngle"
|
|
|
+ iconName="btn_Cobbangle"
|
|
|
+ productId="animal"
|
|
|
/>
|
|
|
</Flex>
|
|
|
</div>
|
|
@@ -159,78 +160,117 @@ const MeasurementPanel = () => {
|
|
|
<FunctionButton
|
|
|
title="胫骨平台夹角"
|
|
|
action="胫骨平台夹角"
|
|
|
- iconName=""
|
|
|
+ iconName="btn_TPA"
|
|
|
+ productId="animal"
|
|
|
/>
|
|
|
<FunctionButton
|
|
|
title="髋关节牵引指数"
|
|
|
action="髋关节牵引指数"
|
|
|
- iconName=""
|
|
|
+ iconName="btn_HDI"
|
|
|
+ productId="animal"
|
|
|
/>
|
|
|
<FunctionButton
|
|
|
title="髋关节水平角"
|
|
|
action="髋关节水平角"
|
|
|
- iconName=""
|
|
|
+ iconName="btn_NHA"
|
|
|
+ productId="animal"
|
|
|
+ />
|
|
|
+ <FunctionButton
|
|
|
+ title="心锥比"
|
|
|
+ action="心锥比"
|
|
|
+ iconName="btn_VHS"
|
|
|
+ productId="animal"
|
|
|
/>
|
|
|
- <FunctionButton title="心锥比" action="心锥比" iconName="" />
|
|
|
<FunctionButton
|
|
|
title="胫骨平台骨切开术"
|
|
|
action="胫骨平台骨切开术"
|
|
|
- iconName=""
|
|
|
+ iconName="btn_TPLO"
|
|
|
+ productId="animal"
|
|
|
/>
|
|
|
<FunctionButton
|
|
|
title="胫骨结节前移术"
|
|
|
action="胫骨结节前移术"
|
|
|
- iconName=""
|
|
|
+ iconName="btn_TTA"
|
|
|
+ productId="animal"
|
|
|
/>
|
|
|
<FunctionButton
|
|
|
title="胫骨结节前移术5点测量法"
|
|
|
action="胫骨结节前移术5点测量法"
|
|
|
- iconName=""
|
|
|
+ iconName="btn_TTA2"
|
|
|
+ productId="animal"
|
|
|
/>
|
|
|
<FunctionButton
|
|
|
title="水平截骨术"
|
|
|
action="水平截骨术"
|
|
|
- iconName=""
|
|
|
+ iconName="btn_CBLO"
|
|
|
+ productId="animal"
|
|
|
/>
|
|
|
<FunctionButton
|
|
|
title="股骨头覆盖率"
|
|
|
action="股骨头覆盖率"
|
|
|
- iconName=""
|
|
|
+ iconName="btn_DLS"
|
|
|
+ productId="animal"
|
|
|
/>
|
|
|
<FunctionButton
|
|
|
title="髋臼背覆盖"
|
|
|
action="髋臼背覆盖"
|
|
|
- iconName=""
|
|
|
+ iconName="btn_DAC"
|
|
|
+ productId="animal"
|
|
|
/>
|
|
|
<FunctionButton
|
|
|
title="拆线长度测量"
|
|
|
action="拆线长度测量"
|
|
|
- iconName=""
|
|
|
+ iconName="btn_FoldLine"
|
|
|
+ productId="animal"
|
|
|
/>
|
|
|
<FunctionButton
|
|
|
title="多边形长度测量"
|
|
|
action="多边形长度测量"
|
|
|
- iconName=""
|
|
|
+ iconName="btn_Polygon"
|
|
|
+ productId="animal"
|
|
|
+ />
|
|
|
+ <FunctionButton
|
|
|
+ title="找圆心"
|
|
|
+ action="找圆心"
|
|
|
+ iconName="btn_CenterCircle"
|
|
|
+ productId="animal"
|
|
|
+ />
|
|
|
+ <FunctionButton
|
|
|
+ title="找中线"
|
|
|
+ action="找中线"
|
|
|
+ iconName="btn_CenterLine"
|
|
|
+ productId="animal"
|
|
|
+ />
|
|
|
+ <FunctionButton
|
|
|
+ title="找中点"
|
|
|
+ action="找中点"
|
|
|
+ iconName="btn_Midpoint"
|
|
|
+ productId="animal"
|
|
|
/>
|
|
|
- <FunctionButton title="找圆心" action="找圆心" iconName="" />
|
|
|
- <FunctionButton title="找中线" action="找中线" iconName="" />
|
|
|
- <FunctionButton title="找中点" action="找中点" iconName="" />
|
|
|
<FunctionButton
|
|
|
title="直线垂直倾斜度"
|
|
|
action="直线垂直倾斜度"
|
|
|
- iconName=""
|
|
|
+ iconName="btn_VerticalInclination"
|
|
|
+ productId="animal"
|
|
|
/>
|
|
|
<FunctionButton
|
|
|
title="直线水平倾斜度"
|
|
|
action="直线水平倾斜度"
|
|
|
- iconName=""
|
|
|
+ iconName="btn_HorizontalInclination"
|
|
|
+ productId="animal"
|
|
|
/>
|
|
|
<FunctionButton
|
|
|
title="矩形区域灰度"
|
|
|
action="矩形区域灰度"
|
|
|
- iconName=""
|
|
|
+ iconName="btn_RectangularGrayscale"
|
|
|
+ productId="animal"
|
|
|
+ />
|
|
|
+ <FunctionButton
|
|
|
+ title="直线灰度"
|
|
|
+ action="直线灰度"
|
|
|
+ iconName="btn_LineGrayscale"
|
|
|
+ productId="animal"
|
|
|
/>
|
|
|
- <FunctionButton title="直线灰度" action="直线灰度" iconName="" />
|
|
|
</Flex>
|
|
|
</div>
|
|
|
</Content>
|