From e4ad8d3dba578f94a9e064499c82c1c419d88ef3 Mon Sep 17 00:00:00 2001 From: chenjinsong <523037378@qq.com> Date: Mon, 23 Dec 2019 17:39:15 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20Endpoint=E6=96=B0=E5=A2=9E=E5=BC=B9?= =?UTF-8?q?=E6=A1=86=EF=BC=88=E6=9C=AA=E5=AE=8C=E6=88=90=E7=89=88=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../common/rightBox/addEndpointBox.vue | 234 ++++++++++++------ .../common/rightBox/paramEditBox.vue | 100 ++++++++ .../src/components/common/searchInput.vue | 13 +- 3 files changed, 266 insertions(+), 81 deletions(-) create mode 100644 nezha-fronted/src/components/common/rightBox/paramEditBox.vue diff --git a/nezha-fronted/src/components/common/rightBox/addEndpointBox.vue b/nezha-fronted/src/components/common/rightBox/addEndpointBox.vue index 0ebecdcf9..ac72348e6 100644 --- a/nezha-fronted/src/components/common/rightBox/addEndpointBox.vue +++ b/nezha-fronted/src/components/common/rightBox/addEndpointBox.vue @@ -1,6 +1,6 @@