fix: Parameter configuration function
--bug=1062940 --user=张展玮 【资源管理】资源管理列表,向量模型、语音识别模型缺少参数设置功能 https://www.tapd.cn/62980211/s/1790202v3.2
parent
2fc4a393ad
commit
8da6f7421c
|
|
@ -221,10 +221,7 @@
|
||||||
<el-dropdown-item
|
<el-dropdown-item
|
||||||
@click.stop="openParamSetting(row)"
|
@click.stop="openParamSetting(row)"
|
||||||
v-if="
|
v-if="
|
||||||
(row.model_type === 'TTS' ||
|
['TTS','LLM','IMAGE','TTI','STT','RERANKER'].includes(row.model_type) &&
|
||||||
row.model_type === 'LLM' ||
|
|
||||||
row.model_type === 'IMAGE' ||
|
|
||||||
row.model_type === 'TTI') &&
|
|
||||||
permissionPrecise.paramSetting()
|
permissionPrecise.paramSetting()
|
||||||
"
|
"
|
||||||
>
|
>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue