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']" >