From fd15782c83e8f2c4a60591d3a5ed4f981773ece1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A9=AC=E7=99=BB=E5=B1=B1?= Date: Fri, 11 Jul 2025 14:42:12 +0800 Subject: [PATCH] fix: replaction dialog cancel button event rustfs/rustfs#170 --- components/replication/new-form.vue | 164 +++++++++++++++++----------- 1 file changed, 98 insertions(+), 66 deletions(-) diff --git a/components/replication/new-form.vue b/components/replication/new-form.vue index 2e34096..2476d69 100644 --- a/components/replication/new-form.vue +++ b/components/replication/new-form.vue @@ -8,14 +8,18 @@ :segmented="{ content: true, action: true, - }"> + }" + > - + @@ -24,7 +28,10 @@ - + @@ -37,26 +44,37 @@ v-model:value="formData.modeType" :placeholder="t('Please select replication mode')" filterable - :options="modes" /> + :options="modes" + /> - + + :options="units" + /> - + - + @@ -69,7 +87,8 @@ v-model:value="formData.tags" preset="pair" :key-placeholder="t('Tag Name')" - :value-placeholder="t('Tag Value')" /> + :value-placeholder="t('Tag Value')" + /> @@ -81,7 +100,7 @@ - {{ t("Replicate existing objects") }} + {{ t('Replicate existing objects') }}