From c98cd0aacad59a189ab76cde8d54ec3a8cdecc92 Mon Sep 17 00:00:00 2001
From: yangbin <1796443586@qq.com>
Date: Tue, 25 Aug 2026 16:52:02 +0800
Subject: [PATCH] =?UTF-8?q?=20=20=E5=88=86=E7=BB=84=E6=95=99=E5=AD=A6?=
=?UTF-8?q?=E4=BB=BB=E5=8A=A1=E6=9F=A5=E4=B8=8D=E5=88=B0=E6=95=B0=E6=8D=AE?=
=?UTF-8?q?bug=E4=BF=AE=E5=A4=8D?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
frontend/src/views/teachBusiness/teachingTask/index.vue | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/frontend/src/views/teachBusiness/teachingTask/index.vue b/frontend/src/views/teachBusiness/teachingTask/index.vue
index 66236bbb..3b5aa53d 100644
--- a/frontend/src/views/teachBusiness/teachingTask/index.vue
+++ b/frontend/src/views/teachBusiness/teachingTask/index.vue
@@ -65,7 +65,7 @@
-
+
{{ row.zt || '-' }}
@@ -142,7 +142,7 @@ export default {
yearOptions: [],
statusOptions: [
{ label: '未发布', value: '未发布' },
- { label: '发布', value: '发布' }
+ { label: '已发布', value: '已发布' }
],
// ==================== 2. 表格数据 ====================