From 08967cfe52c7405b611c5e54dcbeca9ad4e81605 Mon Sep 17 00:00:00 2001 From: gongjiale <942894820@qq.com> Date: Mon, 16 Jan 2023 15:02:17 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/modules/activiti/RoomExamineAdminDone.vue | 7 ++++++- .../src/views/personalCenter/components/Evaluate.vue | 11 ++++++++++- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/back/src/views/modules/activiti/RoomExamineAdminDone.vue b/back/src/views/modules/activiti/RoomExamineAdminDone.vue index 4ec1e268..299598ca 100644 --- a/back/src/views/modules/activiti/RoomExamineAdminDone.vue +++ b/back/src/views/modules/activiti/RoomExamineAdminDone.vue @@ -104,7 +104,12 @@ style="display: flex; flex-direction: column; margin-top: 20px" > - 审核结果:{{ lookData.state == '2' ? '通过' : '不通过' }} + 审核结果: + 待审核 + 通过 + 不通过 + -- + 审核意见:{{ lookData.auditViem }} diff --git a/front/src/views/personalCenter/components/Evaluate.vue b/front/src/views/personalCenter/components/Evaluate.vue index 44b8b665..cb5d23e2 100644 --- a/front/src/views/personalCenter/components/Evaluate.vue +++ b/front/src/views/personalCenter/components/Evaluate.vue @@ -38,7 +38,14 @@
- 描述:{{ item.description || '--' }} + 描述:{{ item.description || '--' }} + + + + 描述:{{ item.description || '--' }} + + +
@@ -139,6 +146,8 @@ v-model:value="fromData.comment" placeholder="请输入评价内容" :auto-size="{ minRows: 3, maxRows: 3 }" + :maxLength="200" + :showCount="true" />