Merge branch 'dev-3.7' of https://git.mesalab.cn/nezha/nezha-fronted into dev-3.8

This commit is contained in:
zhangyu
2023-06-29 14:18:58 +08:00
2 changed files with 2 additions and 0 deletions

View File

@@ -6,6 +6,7 @@
:tableId="tableId"
:custom-table-title.sync="tools.customTableTitle"
:layout="['searchInput', 'elementSet']"
:title="$t('config.user.name')"
:search-msg="searchMsg"
:tabs="tabs"
:targetTab="targetTab"

View File

@@ -5,6 +5,7 @@
:targetTab="targetTab"
:api="url"
:tableId="tableId"
:title="$t('config.user.name')"
:custom-table-title.sync="tools.customTableTitle"
:layout="['searchInput', 'elementSet']"
:search-msg="searchMsg"