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;