mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-28 14:52:58 +00:00
fix: update label for tool name in ToolResourceIndex.vue
--bug=1058468 --user=刘瑞斌 【资源管理】-工具种的搜索字段名显示成模型名称啦 https://www.tapd.cn/62980211/s/1727518
This commit is contained in:
parent
6773be4fe3
commit
4f31977d7d
|
|
@ -17,7 +17,7 @@
|
|||
>
|
||||
<el-option :label="$t('common.creator')" value="create_user" />
|
||||
|
||||
<el-option :label="$t('views.model.modelForm.modeName.label')" value="name" />
|
||||
<el-option :label="$t('views.tool.form.toolName.label')" value="name" />
|
||||
</el-select>
|
||||
<el-input
|
||||
v-if="search_type === 'name'"
|
||||
|
|
|
|||
Loading…
Reference in New Issue