Sfoglia il codice sorgente

refactor: 移除患者管理操作面板的导入功能按钮

- 注释掉 ActionPanel 组件中的导入(Import)功能按钮
- 添加注释说明不需要导入功能

改动文件:
- src/pages/patient/components/ActionPanel.tsx
sw 5 giorni fa
parent
commit
728baaedd2
1 ha cambiato i file con 3 aggiunte e 2 eliminazioni
  1. 3 2
      src/pages/patient/components/ActionPanel.tsx

+ 3 - 2
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 = () => {
           />
         }
         onClick={() => showNotImplemented('')}
-      />
+      /> */}
       <ActionButton
         icon={
           <Icon