From cbcfeea16f560efc268e6a2f25a8eaa4e38f3be1 Mon Sep 17 00:00:00 2001 From: zhangsir Date: Thu, 25 Apr 2024 15:54:36 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E5=AD=A6=E5=91=98=E7=AE=A1?= =?UTF-8?q?=E7=90=86=E5=A2=9E=E5=8A=A0=E4=BF=AE=E6=94=B9=E5=A4=87=E6=B3=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/student/TableStudent.vue | 2 +- src/views/projectcenter/TaskPage.vue | 172 ++++++++++++++++++++++++ 2 files changed, 173 insertions(+), 1 deletion(-) 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 @@ + + +
+
+
+
+
修改备注
+
+
+
+
+ +
+ +
+
+ +
+
+
+