mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 10:12:51 +00:00
feat: update label for tool name in ToolListContainer component
--bug=1057412 --user=刘瑞斌 【工具】工具搜索字段名称错误,写成了模型名称 https://www.tapd.cn/62980211/s/1718965
This commit is contained in:
parent
137fc01c76
commit
bf4e98b7fc
|
|
@ -14,7 +14,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