|
@@ -15,6 +15,7 @@ import { Popup } from 'antd-mobile';
|
|
|
import { setVisible } from '@/states/patient/DiagnosticReport/slice';
|
|
|
import EditTaskModal from './EditTaskModal';
|
|
|
import { openEditModal } from '@/states/patient/edit/editFormSlice';
|
|
|
+import { showNotImplemented } from '@/utils/notificationHelper';
|
|
|
|
|
|
interface ActionButtonProps {
|
|
|
icon: React.ReactNode;
|
|
@@ -245,6 +246,7 @@ const ActionPanel: React.FC = () => {
|
|
|
defaultMessage="actionPanel.risSync"
|
|
|
/>
|
|
|
}
|
|
|
+ onClick={() => showNotImplemented('')}
|
|
|
/>
|
|
|
<ActionButton
|
|
|
icon={
|
|
@@ -263,6 +265,7 @@ const ActionPanel: React.FC = () => {
|
|
|
defaultMessage="actionPanel.reRegister"
|
|
|
/>
|
|
|
}
|
|
|
+ onClick={() => showNotImplemented('')}
|
|
|
/>
|
|
|
<ActionButton
|
|
|
icon={
|
|
@@ -281,6 +284,7 @@ const ActionPanel: React.FC = () => {
|
|
|
defaultMessage="actionPanel.saveLocal"
|
|
|
/>
|
|
|
}
|
|
|
+ onClick={() => showNotImplemented('')}
|
|
|
/>
|
|
|
<ActionButton
|
|
|
icon={
|
|
@@ -299,6 +303,7 @@ const ActionPanel: React.FC = () => {
|
|
|
defaultMessage="actionPanel.importXLS"
|
|
|
/>
|
|
|
}
|
|
|
+ onClick={() => showNotImplemented('')}
|
|
|
/>
|
|
|
<ActionButton
|
|
|
icon={
|
|
@@ -317,6 +322,7 @@ const ActionPanel: React.FC = () => {
|
|
|
defaultMessage="actionPanel.sortList"
|
|
|
/>
|
|
|
}
|
|
|
+ onClick={() => showNotImplemented('')}
|
|
|
/>
|
|
|
<ActionButton
|
|
|
icon={
|
|
@@ -335,6 +341,7 @@ const ActionPanel: React.FC = () => {
|
|
|
defaultMessage="actionPanel.cloudShare"
|
|
|
/>
|
|
|
}
|
|
|
+ onClick={() => showNotImplemented('')}
|
|
|
/>
|
|
|
<ActionButton
|
|
|
icon={
|
|
@@ -353,6 +360,7 @@ const ActionPanel: React.FC = () => {
|
|
|
defaultMessage="actionPanel.imageExchange"
|
|
|
/>
|
|
|
}
|
|
|
+ onClick={() => showNotImplemented('')}
|
|
|
/>
|
|
|
<ActionButton
|
|
|
icon={
|
|
@@ -371,6 +379,7 @@ const ActionPanel: React.FC = () => {
|
|
|
defaultMessage="actionPanel.qrPrint"
|
|
|
/>
|
|
|
}
|
|
|
+ onClick={() => showNotImplemented('')}
|
|
|
/>
|
|
|
<ActionButton
|
|
|
icon={
|
|
@@ -408,6 +417,7 @@ const ActionPanel: React.FC = () => {
|
|
|
defaultMessage="actionPanel.export"
|
|
|
/>
|
|
|
}
|
|
|
+ onClick={() => showNotImplemented('')}
|
|
|
/>
|
|
|
<ActionButton
|
|
|
icon={
|
|
@@ -426,6 +436,7 @@ const ActionPanel: React.FC = () => {
|
|
|
defaultMessage="actionPanel.import"
|
|
|
/>
|
|
|
}
|
|
|
+ onClick={() => showNotImplemented('')}
|
|
|
/>
|
|
|
<ActionButton
|
|
|
icon={
|