From ef6acbbafc9ea1852f66f5eb35636da2cb048519 Mon Sep 17 00:00:00 2001
From: lizijiee <562949697@qq.com>
Date: Sun, 31 Mar 2024 08:58:24 +0800
Subject: [PATCH 1/2] =?UTF-8?q?fix:=202613=20=E4=B8=BB=E9=A1=B5=E5=9B=BE?=
=?UTF-8?q?=E7=89=87=E5=A2=99=E5=B1=95=E7=A4=BA=E6=8E=92=E5=BA=8F=E6=9D=A1?=
=?UTF-8?q?=E4=BB=B6=E8=B0=83=E6=95=B4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/home/content/Content.vue | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/views/home/content/Content.vue b/src/views/home/content/Content.vue
index 52595ad..b3064fa 100644
--- a/src/views/home/content/Content.vue
+++ b/src/views/home/content/Content.vue
@@ -450,14 +450,14 @@ function cancel(val) {
-
- 相似度排序
-
-
时间排序
+
+ 相似度排序
+
+
共 {{ totalCount
}} 项
From b7284f3c6c70dcd82ae57a40ec2449ea1a4a8908 Mon Sep 17 00:00:00 2001
From: lizijiee <562949697@qq.com>
Date: Sun, 31 Mar 2024 09:15:12 +0800
Subject: [PATCH 2/2] =?UTF-8?q?fix:=202798=20=E3=80=90=E5=9B=BE=E5=AE=A1?=
=?UTF-8?q?=E5=AE=A1=E6=89=B9=E7=AE=A1=E7=90=86=E3=80=91=E7=82=B9=E5=87=BB?=
=?UTF-8?q?=E6=89=B9=E9=87=8F=E5=AE=A1=E6=89=B9=E6=8C=89=E9=92=AE=E5=87=BA?=
=?UTF-8?q?=E7=8E=B0=E5=A4=8D=E9=80=89=E6=A1=86=E5=90=8E=E5=86=8D=E7=82=B9?=
=?UTF-8?q?=E4=B8=80=E6=AC=A1=E5=BA=94=E8=AF=A5=E5=85=B3=E9=97=AD=E5=A4=8D?=
=?UTF-8?q?=E9=80=89=E6=A1=86?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/worksheet/content/Content.vue | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/src/views/worksheet/content/Content.vue b/src/views/worksheet/content/Content.vue
index dbee369..678d613 100644
--- a/src/views/worksheet/content/Content.vue
+++ b/src/views/worksheet/content/Content.vue
@@ -29,7 +29,11 @@ const totalCount = ref(0);
let _imagesload: any;
function setBatch(value: boolean) {
- batch.value = value;
+ if (value && batch.value) {
+ batch.value = !value;
+ } else {
+ batch.value = value;
+ }
if (value === false) {
selectItems.value.forEach((item) => (item.checked = false));
selectItems.value.length = 0;