From 9e9cc4486842873b60013a417b2b17e1c93e1657 Mon Sep 17 00:00:00 2001
From: = <=>
Date: Thu, 19 Mar 2026 15:19:19 +0800
Subject: [PATCH] =?UTF-8?q?=E5=8D=8F=E4=BC=9A=E6=B3=A8=E5=86=8C=E6=A0=A1?=
=?UTF-8?q?=E5=B7=A5=E4=BC=9A=E5=AE=A1=E6=A0=B8=E5=A2=9E=E5=8A=A0=E4=B8=8A?=
=?UTF-8?q?=E4=BC=A0=E6=89=B9=E5=A4=8D=E6=96=87=E4=BB=B6?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../zhgh/club/common/clubInfoComponent.js | 3 +++
.../zhgh/club/register/schoolReply/index.html | 25 ++++++++++++++++---
2 files changed, 25 insertions(+), 3 deletions(-)
diff --git a/src/main/resources/views/platform/zhgh/club/common/clubInfoComponent.js b/src/main/resources/views/platform/zhgh/club/common/clubInfoComponent.js
index 182d4671..5da96bde 100644
--- a/src/main/resources/views/platform/zhgh/club/common/clubInfoComponent.js
+++ b/src/main/resources/views/platform/zhgh/club/common/clubInfoComponent.js
@@ -103,6 +103,9 @@ const REGISTER_INFO_COMPONENT = {
+
+
+
{{
task.taskFormData.opinion }}
diff --git a/src/main/resources/views/platform/zhgh/club/register/schoolReply/index.html b/src/main/resources/views/platform/zhgh/club/register/schoolReply/index.html
index 30401f08..1d8c1e56 100644
--- a/src/main/resources/views/platform/zhgh/club/register/schoolReply/index.html
+++ b/src/main/resources/views/platform/zhgh/club/register/schoolReply/index.html
@@ -5,6 +5,15 @@ layout("/layouts/platform.html"){
.left-span-label {
margin: 10px 0;
}
+
+ .flow-task-form .el-form-item {
+ margin-bottom: 22px;
+ }
+ /* 可选:如果上传组件需要占满整行,可以强制其容器宽度 */
+ .flow-task-form .el-form-item__content {
+ /* 如果内容被挤压,可以取消注释下面这行 */
+ /* width: calc(100% - 200px); */
+ }
@@ -73,8 +82,17 @@ layout("/layouts/platform.html"){
{{formData.taskName}}
-
+
+
+
+
@@ -122,7 +140,7 @@ layout("/layouts/platform.html"){
this.$refs.guava.public(() => {
this.formData = {
processTaskId: row.taskId,
- taskName: row.curTaskName
+ taskName: row.curTaskName,
}
this.showApprovalForm = true
this.$refs.registerInfoRef.onOpen(row)
@@ -145,6 +163,7 @@ layout("/layouts/platform.html"){
this.$message.success(res.msg)
this.doSearch()
}
+
})
})
},