- 注释掉 ActionPanel 组件中的导入(Import)功能按钮 - 添加注释说明不需要导入功能 改动文件: - src/pages/patient/components/ActionPanel.tsx
@@ -415,7 +415,8 @@ const ActionPanel: React.FC = () => {
}
onClick={() => showNotImplemented('')}
/>
- <ActionButton
+ {/* 我们不需要导入功能 */}
+ {/* <ActionButton
icon={
<Icon
module="module-patient"
@@ -433,7 +434,7 @@ const ActionPanel: React.FC = () => {
- />
+ /> */}
<ActionButton