+
+
+
+
+ {{ t('源集群') }}
+
+
+ {{ t('集群类型') }}
+
+
+ {{ t('访问密码') }}
+
+
+ {{ t('目标集群') }}
+
+
+ {{ t('包含Key') }}
+
+ handleBatchEditChange(value, 'includeKey')">
+
+
+
+
+
+
+
+ {{ t('排除Key') }}
+
+ handleBatchEditChange(value, 'excludeKey')">
+
+
+
+
+
+
+
+ {{ t('操作') }}
+
+
+
+
+ ) => handleAppend(index, payload)"
+ @clone="(payload: IDataRow) => handleClone(index, payload)"
+ @cluster-input-finish="(domain: string) => handleChangeCluster(index, domain)"
+ @remove="handleRemove(index)" />
+
+
+
+
+
+
diff --git a/dbm-ui/frontend/src/views/db-manage/redis/REDIS_CLUSTER_DATA_COPY/create/components/selfbuilt-clusters-intra-business/Index.vue b/dbm-ui/frontend/src/views/db-manage/redis/REDIS_CLUSTER_DATA_COPY/create/components/selfbuilt-clusters-intra-business/Index.vue
new file mode 100644
index 0000000000..ab5c4ba2e2
--- /dev/null
+++ b/dbm-ui/frontend/src/views/db-manage/redis/REDIS_CLUSTER_DATA_COPY/create/components/selfbuilt-clusters-intra-business/Index.vue
@@ -0,0 +1,178 @@
+
+
+