From b85889486ce783aba5b48f7ea6e62f617b380762 Mon Sep 17 00:00:00 2001 From: BianLzhaoMin <11485688+bianliangzhaomin123@user.noreply.gitee.com> Date: Wed, 26 Nov 2025 11:01:46 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=A4=87=E6=B3=A8=E5=AD=97?= =?UTF-8?q?=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../image-captioning-library/index.vue | 621 ++++++++------- .../image-captioning/index.vue | 2 +- .../imageCaptioning/image-evaluate/index.vue | 720 +++++++++--------- 3 files changed, 704 insertions(+), 639 deletions(-) diff --git a/src/views/imageCaptioning/image-captioning-library/index.vue b/src/views/imageCaptioning/image-captioning-library/index.vue index d1479ea..f57fa07 100644 --- a/src/views/imageCaptioning/image-captioning-library/index.vue +++ b/src/views/imageCaptioning/image-captioning-library/index.vue @@ -1,356 +1,397 @@ diff --git a/src/views/imageCaptioning/image-captioning/index.vue b/src/views/imageCaptioning/image-captioning/index.vue index c61fc66..16f2ec4 100644 --- a/src/views/imageCaptioning/image-captioning/index.vue +++ b/src/views/imageCaptioning/image-captioning/index.vue @@ -224,7 +224,7 @@ export default { // 修改参数处理方式,与之前的params 保持一致 const params = { param: selectedTagNames, - remark: '备注996', + remark: this.remarkInfo, id: this.addId, } formData.append('params', JSON.stringify(params)) diff --git a/src/views/imageCaptioning/image-evaluate/index.vue b/src/views/imageCaptioning/image-evaluate/index.vue index 2392964..250671a 100644 --- a/src/views/imageCaptioning/image-evaluate/index.vue +++ b/src/views/imageCaptioning/image-evaluate/index.vue @@ -1,385 +1,409 @@