From a8b02071df961212021e93d9ce43ae8a93a497ae Mon Sep 17 00:00:00 2001
From: Dragon <>
Date: Tue, 2 Apr 2024 15:35:25 +0800
Subject: [PATCH] =?UTF-8?q?1=E3=80=81=E7=BB=88=E5=AE=A1=E6=A0=B7=E5=BC=8F?=
=?UTF-8?q?=202=E3=80=81=E7=9B=B8=E4=BC=BC=E5=9B=BE=E6=A0=B7=E5=BC=8F=203?=
=?UTF-8?q?=E3=80=81=E7=BB=88=E5=AE=A1=E5=88=97=E8=A1=A8=E6=A0=B7=E5=BC=8F?=
=?UTF-8?q?=204=E3=80=81=E5=AE=A1=E6=A0=B8=E5=AE=8C=E6=88=90=E7=8A=B6?=
=?UTF-8?q?=E6=80=81=E6=94=B9=E5=8F=98bug=205=E3=80=81=E7=9B=B8=E4=BC=BC?=
=?UTF-8?q?=E5=9B=BE=E7=AD=9B=E9=80=89=E9=97=AE=E9=A2=98=206=E3=80=81?=
=?UTF-8?q?=E7=BC=A9=E7=95=A5=E5=9B=BE=E9=97=AE=E9=A2=98=207=E3=80=81?=
=?UTF-8?q?=E5=B0=8F=E7=BB=93=E6=9F=A5=E9=87=8D=E9=87=8D=E5=A4=8D=E4=BB=BB?=
=?UTF-8?q?=E5=8A=A1=E9=97=AE=E9=A2=98=208=E3=80=81=E7=A7=BB=E5=85=A5?=
=?UTF-8?q?=E5=88=B7=E6=96=B0=E9=97=AE=E9=A2=98?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/final/content/Content.vue | 3 +++
src/views/task/modal/BatchModal.vue | 3 ++-
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/src/views/final/content/Content.vue b/src/views/final/content/Content.vue
index da7d3f2..bbb289f 100644
--- a/src/views/final/content/Content.vue
+++ b/src/views/final/content/Content.vue
@@ -1079,4 +1079,7 @@ defineExpose({
:deep(.n-data-table-th__title) {
color: #333;
}
+:deep(.n-data-table .n-data-table-td) {
+ color: #666;
+}
diff --git a/src/views/task/modal/BatchModal.vue b/src/views/task/modal/BatchModal.vue
index bf4ed6c..b2d1393 100644
--- a/src/views/task/modal/BatchModal.vue
+++ b/src/views/task/modal/BatchModal.vue
@@ -236,6 +236,7 @@ async function afterEnter() {
}
function afterLeave() {
+ reload()
removeListeners()
}
@@ -519,7 +520,7 @@ defineExpose({