审核意见:{{ 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 }}
+
+ 描述:{{ item.description || '--' }}
+
+
+
@@ -139,6 +146,8 @@
v-model:value="fromData.comment"
placeholder="请输入评价内容"
:auto-size="{ minRows: 3, maxRows: 3 }"
+ :maxLength="200"
+ :showCount="true"
/>