From 7163c5af5f2d8f418f2f993d0768e0c48b38525a Mon Sep 17 00:00:00 2001 From: qq787203167 <787203167@qq.com> Date: Fri, 29 Apr 2022 16:21:59 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=B9=E6=8E=A5=E8=AF=84=E8=AE=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/commentList.vue | 86 +++++++++++++++---- 1 file changed, 70 insertions(+), 16 deletions(-) diff --git a/jero-web/src/views/projectManagement/components/commentList.vue b/jero-web/src/views/projectManagement/components/commentList.vue index 7c037b754..2bf564c4f 100644 --- a/jero-web/src/views/projectManagement/components/commentList.vue +++ b/jero-web/src/views/projectManagement/components/commentList.vue @@ -12,36 +12,36 @@ {{$t('publishComment')}}
-
+
{{$t('record')+(index + 1)}}
- 张三 - 2012-45-45 12:00:00 + {{item.name}} + {{item.createTime}}
- 法规清单缺少标准’’GB 7258“,注意补充 + {{item.content}}
-
+
-
-
+
+
- 张三 - 2012-45-45 12:00:00 + {{val.name}} + {{val.createTime}}
- 法规清单缺少标准’’GB 7258“,注意补充 + {{val.content}}
-
+
@@ -65,11 +65,17 @@
{{title}}
- + + v-model="formInline.replyContent" :rows="4"/> + + +
@@ -81,22 +87,37 @@