- 注释掉导出功能的ActionButton组件 - 添加注释说明" 我们不需要导出功能\ 改动文件: -
@@ -396,7 +396,8 @@ const ActionPanel: React.FC = () => {
}
onClick={handleSend}
/>
- <ActionButton
+ {/* 我们不需要导出功能 */}
+ {/* <ActionButton
icon={
<Icon
module="module-patient"
@@ -414,7 +415,7 @@ const ActionPanel: React.FC = () => {
onClick={() => showNotImplemented('')}
- />
+ /> */}
{/* 我们不需要导入功能 */}
{/* <ActionButton