From 6d30bbc342ad016d667d8564cd96f5e9cbb91a13 Mon Sep 17 00:00:00 2001 From: zhangyu Date: Thu, 29 Oct 2020 16:05:19 +0800 Subject: [PATCH] =?UTF-8?q?feat=EF=BC=9A=E4=BF=AE=E6=94=B9=E6=9F=A5?= =?UTF-8?q?=E8=AF=A2asset=E7=9A=84=E5=8F=82=E6=95=B0=E4=B8=BAquery=20?= =?UTF-8?q?=E4=BB=A5=E5=8F=8A=E4=BF=AE=E6=94=B9aseet=E5=88=97=E7=9A=84?= =?UTF-8?q?=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../common/bottomBox/tabs/endpointTab.vue | 30 +++++++++++-------- .../src/components/page/project/project.vue | 12 ++++++-- 2 files changed, 27 insertions(+), 15 deletions(-) diff --git a/nezha-fronted/src/components/common/bottomBox/tabs/endpointTab.vue b/nezha-fronted/src/components/common/bottomBox/tabs/endpointTab.vue index ebc7756ea..b47360dd0 100644 --- a/nezha-fronted/src/components/common/bottomBox/tabs/endpointTab.vue +++ b/nezha-fronted/src/components/common/bottomBox/tabs/endpointTab.vue @@ -15,7 +15,7 @@ export-file-name="endpoint" export-url="/endpoint/export" import-url="/endpoint/import" - :params="searchLabel" + :params="endpointSearchLabel" @afterImport="getTableData" class="margin-l-20" > @@ -57,13 +57,16 @@ :width="item.width" :key="`col-${index}`" :label="item.label" - min-width="110px" + :min-width="(item.minWidth?item.minWidth+'px':'110px')" :sortable="$tableSet.sortableShow(item.prop,'endpointTab')" :prop="$tableSet.propTitle(item.prop,'endpointTab')" :sort-orders="['ascending', 'descending']" >