Browse Source

refactor: 移除ActionPanel中的导出功能按钮

- 注释掉导出功能的ActionButton组件
- 添加注释说明" 我们不需要导出功能\

改动文件:
-
sw 6 days ago
parent
commit
5c4ad86565
1 changed files with 3 additions and 2 deletions
  1. 3 2
      src/pages/patient/components/ActionPanel.tsx

+ 3 - 2
src/pages/patient/components/ActionPanel.tsx

@@ -396,7 +396,8 @@ const ActionPanel: React.FC = () => {
         }
         }
         onClick={handleSend}
         onClick={handleSend}
       />
       />
-      <ActionButton
+      {/* 我们不需要导出功能 */}
+      {/* <ActionButton
         icon={
         icon={
           <Icon
           <Icon
             module="module-patient"
             module="module-patient"
@@ -414,7 +415,7 @@ const ActionPanel: React.FC = () => {
           />
           />
         }
         }
         onClick={() => showNotImplemented('')}
         onClick={() => showNotImplemented('')}
-      />
+      /> */}
       {/* 我们不需要导入功能 */}
       {/* 我们不需要导入功能 */}
       {/* <ActionButton
       {/* <ActionButton
         icon={
         icon={