diff --git a/src/components/student/TableStudent.vue b/src/components/student/TableStudent.vue
index 8b7769c0..ee9bd636 100644
--- a/src/components/student/TableStudent.vue
+++ b/src/components/student/TableStudent.vue
@@ -540,7 +540,7 @@ const tablecolumns = ref([
title: "操作",
dataIndex: "operation",
key: "operation",
- width: 210,
+ width: 260,
align: "center",
slots: { customRender: "action" },
},
diff --git a/src/views/projectcenter/TaskPage.vue b/src/views/projectcenter/TaskPage.vue
index a4c0ed38..52af4519 100644
--- a/src/views/projectcenter/TaskPage.vue
+++ b/src/views/projectcenter/TaskPage.vue
@@ -845,6 +845,11 @@
@click="showChangeGroupModal(record)"
>换组
+ 修改备注
+
@@ -2347,6 +2352,43 @@
+
+
+
+