提交 7250aa78 authored 作者: haodaking's avatar haodaking

chore: 显示直播AI相关内容

上级 c035b208
...@@ -86,9 +86,7 @@ const unimportanceTotal = computed(() => { ...@@ -86,9 +86,7 @@ const unimportanceTotal = computed(() => {
size="large" size="large"
v-model="form.shopping_guide_short_title" v-model="form.shopping_guide_short_title"
style="flex: 1" /> style="flex: 1" />
<el-button type="primary" plain @click="handleAIGenerate" :loading="isLoading" v-if="false" <el-button type="primary" plain @click="handleAIGenerate" :loading="isLoading">一键智能推荐</el-button>
>一键智能推荐</el-button
>
</div> </div>
</el-form-item> </el-form-item>
<el-form-item <el-form-item
......
...@@ -217,7 +217,6 @@ function handleAIGenerate(index) { ...@@ -217,7 +217,6 @@ function handleAIGenerate(index) {
size="small" size="small"
@click="handleAIGenerate(1)" @click="handleAIGenerate(1)"
:loading="isLoading && aiActive === 1" :loading="isLoading && aiActive === 1"
v-if="false"
>AI一键生成</el-button >AI一键生成</el-button
> >
</div> </div>
...@@ -235,7 +234,6 @@ function handleAIGenerate(index) { ...@@ -235,7 +234,6 @@ function handleAIGenerate(index) {
size="small" size="small"
@click="handleAIGenerate(2)" @click="handleAIGenerate(2)"
:loading="isLoading && aiActive === 2" :loading="isLoading && aiActive === 2"
v-if="false"
>AI一键生成</el-button >AI一键生成</el-button
> >
</div> </div>
...@@ -255,12 +253,7 @@ function handleAIGenerate(index) { ...@@ -255,12 +253,7 @@ function handleAIGenerate(index) {
<el-col :sm="24" :md="12" style="border-left: 1px solid #dcdfe6"> <el-col :sm="24" :md="12" style="border-left: 1px solid #dcdfe6">
<div style="text-align: center; margin-bottom: 20px"> <div style="text-align: center; margin-bottom: 20px">
<h2 style="margin-bottom: 20px">直播话术</h2> <h2 style="margin-bottom: 20px">直播话术</h2>
<el-button <el-button type="primary" size="large" @click="handleAIGenerate(3)" :loading="isLoading && aiActive === 3">
type="primary"
size="large"
@click="handleAIGenerate(3)"
:loading="isLoading && aiActive === 3"
v-if="false">
{{ messages.length ? '再次生成直播话术' : 'AI生成直播话术' }} {{ messages.length ? '再次生成直播话术' : 'AI生成直播话术' }}
</el-button> </el-button>
</div> </div>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论