mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 10:12:51 +00:00
style: 浏览器播放的语音不展示设置
This commit is contained in:
parent
226cfc440f
commit
5a9c92b915
|
|
@ -397,10 +397,11 @@
|
|||
<span class="mr-4">语音播放</span>
|
||||
<div>
|
||||
<el-button
|
||||
v-if="applicationForm.tts_type === 'TTS'"
|
||||
type="primary"
|
||||
link
|
||||
@click="openTTSParamSettingDialog"
|
||||
:disabled="!applicationForm.tts_model_id || applicationForm.tts_type === 'BROWSER'"
|
||||
:disabled="!applicationForm.tts_model_id"
|
||||
>
|
||||
<el-icon class="mr-4"><Setting /></el-icon>
|
||||
设置
|
||||
|
|
|
|||
|
|
@ -178,10 +178,11 @@
|
|||
<span class="mr-4">语音播放</span>
|
||||
<div>
|
||||
<el-button
|
||||
type="primary"
|
||||
link
|
||||
@click="openTTSParamSettingDialog"
|
||||
:disabled="!form_data.tts_model_id || form_data.tts_type === 'BROWSER'"
|
||||
v-if="form_data.tts_type === 'TTS'"
|
||||
type="primary"
|
||||
link
|
||||
@click="openTTSParamSettingDialog"
|
||||
:disabled="!form_data.tts_model_id"
|
||||
>
|
||||
<el-icon class="mr-4"><Setting /></el-icon>
|
||||
设置
|
||||
|
|
|
|||
Loading…
Reference in New Issue