From 1425e5c63519bd50fb530463ea6564aa00b7953b Mon Sep 17 00:00:00 2001 From: a0049873 <79py69t9wb@privaterelay.appleid.com> Date: Tue, 10 Jan 2023 18:23:18 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=84=E4=BB=B7=E9=9C=80=E6=B1=82=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../personalCenter/components/Evaluate.vue | 45 +++++++++---------- 1 file changed, 21 insertions(+), 24 deletions(-) diff --git a/front/src/views/personalCenter/components/Evaluate.vue b/front/src/views/personalCenter/components/Evaluate.vue index f6cebd50..642597ca 100644 --- a/front/src/views/personalCenter/components/Evaluate.vue +++ b/front/src/views/personalCenter/components/Evaluate.vue @@ -28,38 +28,25 @@ v-for="item in contentList.data" :key="item.index" > -
- - 申请单号:{{ - item.applyNumber || item.GUID || item.BSNUM || '--' - }} - -
-
-
- 名称:{{ item.system }} +
+ {{ item.system }}
-
-

- 审核结果:{{ item.approveStatus }} -

-
- 申请日期:{{ - item.createDate || - item.startTime || - item.tbsj || - (item.CREATE_TIME && - moment(item.CREATE_TIME.time + 480 * 60 * 1000).format( - 'YYYY-MM-DD HH:mm:ss' - )) - }} +
+ 描述:{{ item.description || '--' }} +
+
+
+
+ 申请日期:{{ item.createDate }}
+
类型:{{ item.resourceTYpe }}
+
提供单位:{{ item.resourceDept }}
查看详情
@@ -613,6 +600,16 @@ text-overflow: ellipsis; white-space: nowrap; } + .description { + min-width: 100px; + max-width: 900px; + font-size: 14px; + height: 40px; + overflow: hidden; + display: -webkit-box; + -webkit-line-clamp: 2; + -webkit-box-orient: vertical; + } .content-body-content { margin-top: 10px;