diff --git a/frontend/src/components/pure/ms-dialog/index.vue b/frontend/src/components/pure/ms-dialog/index.vue
index 096d467ac2..4e1baecaaa 100644
--- a/frontend/src/components/pure/ms-dialog/index.vue
+++ b/frontend/src/components/pure/ms-dialog/index.vue
@@ -12,33 +12,37 @@
{{ t(props.title) }}
-
-
-
-
-
-
- {{ props.switchName }}
-
-
-
-
-
+
+
+
+
+
+ {{ props.switchProps?.switchName }}
+
+
+
+
{{
- props.cancelText ? t(props.cancelText) : $t('ms.dialog.cancel')
+ props.cancelText ? t(props.cancelText) : t('ms.dialog.cancel')
}}
-
+
{{ props.okText ? t(props.okText) : t('ms.dialog.ok') }}
-
+
-
+
@@ -46,44 +50,44 @@