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() } + }) }) },