From c4833e10a65c9f293589d32d5e813ba9fc67182f Mon Sep 17 00:00:00 2001 From: zhangyu Date: Tue, 17 Nov 2020 16:41:52 +0800 Subject: [PATCH] =?UTF-8?q?feat=EF=BC=9Aendpoint=20=E6=96=B0=E5=A2=9E?= =?UTF-8?q?=E6=A0=B9=E6=8D=AEstate=E6=9F=A5=E8=AF=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../common/bottomBox/tabs/endpointTab.vue | 8 ++++++ .../src/components/common/searchInput.vue | 27 +++++++++++++------ .../components/common/searchSelectInfo.vue | 9 +++++++ .../src/components/page/project/project.vue | 8 ++++++ 4 files changed, 44 insertions(+), 8 deletions(-) diff --git a/nezha-fronted/src/components/common/bottomBox/tabs/endpointTab.vue b/nezha-fronted/src/components/common/bottomBox/tabs/endpointTab.vue index a60aacc2d..1c8b27607 100644 --- a/nezha-fronted/src/components/common/bottomBox/tabs/endpointTab.vue +++ b/nezha-fronted/src/components/common/bottomBox/tabs/endpointTab.vue @@ -269,6 +269,14 @@ type: 'query', label: 'query', disabled: false + },{ + id:33, + name:this.$t('asset.state'), + // name: this.$t('asset.asset'), + type:'state', + label:'state', + disabled:false, + readonly:true, }], }, endpointSearchLabel: { //搜索参数 diff --git a/nezha-fronted/src/components/common/searchInput.vue b/nezha-fronted/src/components/common/searchInput.vue index 0d6e0d95a..d97cd765e 100644 --- a/nezha-fronted/src/components/common/searchInput.vue +++ b/nezha-fronted/src/components/common/searchInput.vue @@ -38,7 +38,7 @@
- +
    @@ -123,6 +123,12 @@
  • {{item.name}}
+ +
+
    +
  • {{item.label}}
  • +
+
    -
  • +
  • {{val.name}}