diff --git a/src/views/ne/neConfig/components/QuickSetup.vue b/src/views/ne/neConfig/components/QuickSetup.vue
new file mode 100644
index 00000000..656fdc0e
--- /dev/null
+++ b/src/views/ne/neConfig/components/QuickSetup.vue
@@ -0,0 +1,592 @@
+
+
+
+
+
+
+
+
+
+
+
+ DNN
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ To NE
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/ne/neConfig/index.vue b/src/views/ne/neConfig/index.vue
index 9ad043a6..625f74bb 100644
--- a/src/views/ne/neConfig/index.vue
+++ b/src/views/ne/neConfig/index.vue
@@ -7,6 +7,7 @@ import { message } from 'ant-design-vue/es';
import { DataNode } from 'ant-design-vue/es/tree';
import useI18n from '@/hooks/useI18n';
import TableColumnsDnd from '@/components/TableColumnsDnd/index.vue';
+import QuickSetup from './components/QuickSetup.vue';
import { RESULT_CODE_SUCCESS } from '@/constants/result-constants';
import useNeListStore from '@/store/modules/ne_list';
import useOptions from './hooks/useOptions';
@@ -391,6 +392,12 @@ const { batchState, modalBatchOpen, modalBatchClose, modalBatchOk } =
fnActiveConfigNode,
});
+/**快速修改编辑框 */
+const quickOpen = ref(false);
+function fnQuickOpen() {
+ quickOpen.value = !quickOpen.value;
+}
+
onMounted(() => {
// 获取网元网元列表
neCascaderOptions.value = neListStore.getNeCascaderOptions.filter(
@@ -430,6 +437,13 @@ onMounted(() => {
+
+
+
+ Quickly Modify PLMN
+
+
+
{
+
+
+