diff --git a/dbm-ui/frontend/src/locales/zh-cn.json b/dbm-ui/frontend/src/locales/zh-cn.json
index 99df896027..7f673185af 100644
--- a/dbm-ui/frontend/src/locales/zh-cn.json
+++ b/dbm-ui/frontend/src/locales/zh-cn.json
@@ -3463,5 +3463,6 @@
"时间戳类型(timestamp)": "时间戳类型(timestamp)",
"整型(int)": "整型(int)",
"整型(bigint)": "整型(bigint)",
+ "新proxy主机": "新proxy主机",
"这行勿动!新增翻译请在上一行添加!": ""
}
diff --git a/dbm-ui/frontend/src/views/db-manage/mysql/proxy-replace/pages/page1/Index.vue b/dbm-ui/frontend/src/views/db-manage/mysql/proxy-replace/pages/page1/Index.vue
index 18d6858cd3..6482d75a36 100644
--- a/dbm-ui/frontend/src/views/db-manage/mysql/proxy-replace/pages/page1/Index.vue
+++ b/dbm-ui/frontend/src/views/db-manage/mysql/proxy-replace/pages/page1/Index.vue
@@ -37,9 +37,11 @@
:true-value="ProxyReplaceTypes.HOST_REPLACE" />
-
+
+
+
+
diff --git a/dbm-ui/frontend/src/views/tickets/common/components/demand-factory/mysql/proxy-replace/Index.vue b/dbm-ui/frontend/src/views/tickets/common/components/demand-factory/mysql/proxy-replace/Index.vue
new file mode 100644
index 0000000000..bc7dca2e86
--- /dev/null
+++ b/dbm-ui/frontend/src/views/tickets/common/components/demand-factory/mysql/proxy-replace/Index.vue
@@ -0,0 +1,70 @@
+
+
+
+
+
+ {{ t('替换类型') }}:
+ {{ renderData.label }}
+
+
+
+
+
+ {{ t('忽略业务连接') }}:
+ {{ ticketDetails.details.force ? t('是') : t('否') }}
+
+
+
+
+
+
+
diff --git a/dbm-ui/frontend/src/views/tickets/common/components/demand-factory/mysql/proxy-replace/components/ReplaceHost.vue b/dbm-ui/frontend/src/views/tickets/common/components/demand-factory/mysql/proxy-replace/components/ReplaceHost.vue
new file mode 100644
index 0000000000..015724b4be
--- /dev/null
+++ b/dbm-ui/frontend/src/views/tickets/common/components/demand-factory/mysql/proxy-replace/components/ReplaceHost.vue
@@ -0,0 +1,100 @@
+
+
+
+
+
+
+
+
+
diff --git a/dbm-ui/frontend/src/views/tickets/common/components/demand-factory/mysql/proxy-replace/components/ReplaceInstance.vue b/dbm-ui/frontend/src/views/tickets/common/components/demand-factory/mysql/proxy-replace/components/ReplaceInstance.vue
new file mode 100644
index 0000000000..ed0a660eb8
--- /dev/null
+++ b/dbm-ui/frontend/src/views/tickets/common/components/demand-factory/mysql/proxy-replace/components/ReplaceInstance.vue
@@ -0,0 +1,94 @@
+
+
+
+
+
+
+
+
+