可信代码库-AI大模型批量管理功能对接
This commit is contained in:
@@ -21,14 +21,14 @@
|
||||
</div>
|
||||
|
||||
<d-button v-if="isLogin" class="output-btn" @click="exportResult">导出列表</d-button>
|
||||
<div class="bubble-bottom-operations">
|
||||
<img onclick="handleRefresh()" src="@/assets/imgs/jyh/ai/icon_generate.png" />
|
||||
<i class="icon-file" title="复制" onclick="handleFile()"></i>
|
||||
<i class="icon-like" title="点赞" onclick="handleLike()"></i>
|
||||
<i class="icon-dislike" title="踩" onclick="handleDislike()"></i>
|
||||
<i class="icon-clever-customer" title="智能客服" onclick="handleCustomerService()"></i>
|
||||
<i class="icon-more-operate" title="更多操作" onclick="handleMore()"></i>
|
||||
</div>
|
||||
<!-- <div class="bubble-bottom-operations">-->
|
||||
<!-- <img onclick="handleRefresh()" src="@/assets/imgs/jyh/ai/icon_generate.png" />-->
|
||||
<!-- <i class="icon-file" title="复制" onclick="handleFile()"></i>-->
|
||||
<!-- <i class="icon-like" title="点赞" onclick="handleLike()"></i>-->
|
||||
<!-- <i class="icon-dislike" title="踩" onclick="handleDislike()"></i>-->
|
||||
<!-- <i class="icon-clever-customer" title="智能客服" onclick="handleCustomerService()"></i>-->
|
||||
<!-- <i class="icon-more-operate" title="更多操作" onclick="handleMore()"></i>-->
|
||||
<!-- </div>-->
|
||||
</div>
|
||||
</template>
|
||||
|
||||
@@ -218,6 +218,7 @@ function handleMore() {
|
||||
//min-height: 600px;
|
||||
background: #ffffff;
|
||||
padding: 20px;
|
||||
padding-bottom: 40px;
|
||||
margin-top: 16px;
|
||||
border-radius: 15px;
|
||||
|
||||
|
||||
@@ -7,14 +7,6 @@
|
||||
</div>
|
||||
|
||||
<d-button v-if="isLogin" class="output-btn" @click="openSubscription">订阅</d-button>
|
||||
<div class="bubble-bottom-operations">
|
||||
<img onclick="handleRefresh()" src="@/assets/imgs/jyh/ai/icon_generate.png" />
|
||||
<i class="icon-file" title="复制" onclick="handleFile()"></i>
|
||||
<i class="icon-like" title="点赞" onclick="handleLike()"></i>
|
||||
<i class="icon-dislike" title="踩" onclick="handleDislike()"></i>
|
||||
<i class="icon-clever-customer" title="智能客服" onclick="handleCustomerService()"></i>
|
||||
<i class="icon-more-operate" title="更多操作" onclick="handleMore()"></i>
|
||||
</div>
|
||||
</div>
|
||||
<NoData v-else />
|
||||
</div>
|
||||
@@ -189,6 +181,7 @@ function handleMore() {
|
||||
//min-height: 600px;
|
||||
background: #ffffff;
|
||||
padding: 20px;
|
||||
padding-bottom: 40px;
|
||||
margin-top: 16px;
|
||||
border-radius: 15px;
|
||||
|
||||
|
||||
@@ -100,14 +100,14 @@
|
||||
</div>
|
||||
|
||||
<d-button v-if="isLogin" class="output-btn" @click="exportResult">导出列表</d-button>
|
||||
<div class="bubble-bottom-operations">
|
||||
<img onclick="handleRefresh()" src="@/assets/imgs/jyh/ai/icon_generate.png" />
|
||||
<i class="icon-file" title="复制" onclick="handleFile()"></i>
|
||||
<i class="icon-like" title="点赞" onclick="handleLike()"></i>
|
||||
<i class="icon-dislike" title="踩" onclick="handleDislike()"></i>
|
||||
<i class="icon-clever-customer" title="智能客服" onclick="handleCustomerService()"></i>
|
||||
<i class="icon-more-operate" title="更多操作" onclick="handleMore()"></i>
|
||||
</div>
|
||||
<!-- <div class="bubble-bottom-operations">-->
|
||||
<!-- <img onclick="handleRefresh()" src="@/assets/imgs/jyh/ai/icon_generate.png" />-->
|
||||
<!-- <i class="icon-file" title="复制" onclick="handleFile()"></i>-->
|
||||
<!-- <i class="icon-like" title="点赞" onclick="handleLike()"></i>-->
|
||||
<!-- <i class="icon-dislike" title="踩" onclick="handleDislike()"></i>-->
|
||||
<!-- <i class="icon-clever-customer" title="智能客服" onclick="handleCustomerService()"></i>-->
|
||||
<!-- <i class="icon-more-operate" title="更多操作" onclick="handleMore()"></i>-->
|
||||
<!-- </div>-->
|
||||
</div>
|
||||
</template>
|
||||
|
||||
@@ -431,6 +431,7 @@ function handleMore() {
|
||||
//min-height: 600px;
|
||||
background: #ffffff;
|
||||
padding: 20px;
|
||||
padding-bottom: 40px;
|
||||
margin-top: 16px;
|
||||
border-radius: 15px;
|
||||
|
||||
|
||||
@@ -149,6 +149,7 @@ const activePagination = computed(() => {
|
||||
|
||||
// 接口调用 - 对话历史
|
||||
const getQuestionHistory = async () => {
|
||||
debugger
|
||||
if (!props.username) {
|
||||
Message.error('请先登录');
|
||||
return;
|
||||
|
||||
@@ -230,7 +230,7 @@
|
||||
</template>
|
||||
批量管理
|
||||
</d-button>
|
||||
<BatchManageModal ref="BatchManageModalRef"/>
|
||||
<BatchManageModal :username="props.username" ref="BatchManageModalRef"/>
|
||||
</div>
|
||||
</div>
|
||||
</d-tab>
|
||||
|
||||
@@ -39,14 +39,14 @@
|
||||
</div>
|
||||
|
||||
<d-button v-if="isLogin" class="output-btn" @click="exportResult">导出列表</d-button>
|
||||
<div class="bubble-bottom-operations">
|
||||
<img onclick="handleRefresh()" src="@/assets/imgs/jyh/ai/icon_generate.png" />
|
||||
<i class="icon-file" title="复制" onclick="handleFile()"></i>
|
||||
<i class="icon-like" title="点赞" onclick="handleLike()"></i>
|
||||
<i class="icon-dislike" title="踩" onclick="handleDislike()"></i>
|
||||
<i class="icon-clever-customer" title="智能客服" onclick="handleCustomerService()"></i>
|
||||
<i class="icon-more-operate" title="更多操作" onclick="handleMore()"></i>
|
||||
</div>
|
||||
<!-- <div class="bubble-bottom-operations">-->
|
||||
<!-- <img onclick="handleRefresh()" src="@/assets/imgs/jyh/ai/icon_generate.png" />-->
|
||||
<!-- <i class="icon-file" title="复制" onclick="handleFile()"></i>-->
|
||||
<!-- <i class="icon-like" title="点赞" onclick="handleLike()"></i>-->
|
||||
<!-- <i class="icon-dislike" title="踩" onclick="handleDislike()"></i>-->
|
||||
<!-- <i class="icon-clever-customer" title="智能客服" onclick="handleCustomerService()"></i>-->
|
||||
<!-- <i class="icon-more-operate" title="更多操作" onclick="handleMore()"></i>-->
|
||||
<!-- </div>-->
|
||||
</div>
|
||||
</template>
|
||||
|
||||
@@ -200,6 +200,7 @@ function handleMore() {
|
||||
//min-height: 600px;
|
||||
background: #ffffff;
|
||||
padding: 20px;
|
||||
padding-bottom: 40px;
|
||||
margin-top: 16px;
|
||||
border-radius: 15px;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user