From 7df599b5a932250cc07ec0733688dbc39f98deaf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E7=A5=A5=E8=B6=85?= Date: Mon, 28 Nov 2022 19:00:14 +0800 Subject: [PATCH] =?UTF-8?q?DNS=E7=BA=BF=E8=B7=AF=E9=80=89=E6=8B=A9?= =?UTF-8?q?=E5=99=A8=E5=A2=9E=E5=8A=A0=E4=BB=A3=E5=8F=B7=E6=90=9C=E7=B4=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../js/components/dns/dns-route-selector.js | 39 ++++++++++--------- 1 file changed, 20 insertions(+), 19 deletions(-) diff --git a/web/public/js/components/dns/dns-route-selector.js b/web/public/js/components/dns/dns-route-selector.js index 37c30727..d61781c1 100644 --- a/web/public/js/components/dns/dns-route-selector.js +++ b/web/public/js/components/dns/dns-route-selector.js @@ -80,7 +80,7 @@ Vue.component("dns-route-selector", { return } this.searchingRoutes = this.vAllRoutes.filter(function (route) { - return teaweb.match(route.name, keyword) || teaweb.match(route.domainName, keyword) + return teaweb.match(route.name, keyword) || teaweb.match(route.code, keyword) || teaweb.match(route.domainName, keyword) }) if (this.searchingRoutes.length > 0) { this.routeCode = this.searchingRoutes[0].code + "@" + this.searchingRoutes[0].domainId @@ -99,24 +99,25 @@ Vue.component("dns-route-selector", {
-
-
- -
-
- -
- -
- -
-
- -
-
+ + + + + + + + + +
所有线路 + +
搜索 + +
+ +  
` }) \ No newline at end of file