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. 表格数据 ====================