Просмотр исходного кода

refactor: 移除患者管理操作面板中的二维码打印功能按钮

- 移除 ActionPanel 组件中的 QRCodePrint 按钮及相关代码

改动文件:
- src/pages/patient/components/ActionPanel.tsx
sw 3 дней назад
Родитель
Сommit
ff98026a6e
1 измененных файлов с 0 добавлено и 19 удалено
  1. 0 19
      src/pages/patient/components/ActionPanel.tsx

+ 0 - 19
src/pages/patient/components/ActionPanel.tsx

@@ -317,25 +317,6 @@ const ActionPanel: React.FC = () => {
         }
         onClick={() => showNotImplemented('')}
       />
-      <ActionButton
-        icon={
-          <Icon
-            module="module-patient"
-            name="QRCodePrint"
-            userId="base"
-            theme="default"
-            size="2x"
-            state="normal"
-          />
-        }
-        tooltip={
-          <FormattedMessage
-            id="actionPanel.qrPrint"
-            defaultMessage="actionPanel.qrPrint"
-          />
-        }
-        onClick={() => showNotImplemented('')}
-      />
       <ActionButton
         icon={
           <Icon