Skip to content

Commit bf4e98b

Browse files
committed
feat: update label for tool name in ToolListContainer component
--bug=1057412 --user=刘瑞斌 【工具】工具搜索字段名称错误,写成了模型名称 https://www.tapd.cn/62980211/s/1718965
1 parent 137fc01 commit bf4e98b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/views/tool/component/ToolListContainer.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
>
1515
<el-option :label="$t('common.creator')" value="create_user" />
1616

17-
<el-option :label="$t('views.model.modelForm.modeName.label')" value="name" />
17+
<el-option :label="$t('views.tool.form.toolName.label')" value="name" />
1818
</el-select>
1919
<el-input
2020
v-if="search_type === 'name'"

0 commit comments

Comments
 (0)