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('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-select>
|
||||||
<el-input
|
<el-input
|
||||||
v-if="search_type === 'name'"
|
v-if="search_type === 'name'"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user