diff --git a/jero-web/src/views/documentTools/searchCenter/components/whole.vue b/jero-web/src/views/documentTools/searchCenter/components/whole.vue index e74325c77..58f5f365c 100644 --- a/jero-web/src/views/documentTools/searchCenter/components/whole.vue +++ b/jero-web/src/views/documentTools/searchCenter/components/whole.vue @@ -11,31 +11,32 @@
- + - + - + - + - + - - + + - + @@ -158,7 +159,7 @@ let index2 = fileName.length let fileSuffix = fileName.substring(index1, index2) if (fileSuffix == '.pdf') { - window.open('/pdf/web/viewer.html?file=' + encodeURIComponent('/jero-boot/sys/common/pdf/viewFile?id=' + fileQuery.id.slice(0, 32)+'&userName='+this.userInfo().username)) + window.open('/pdf/web/viewer.html?file=' + encodeURIComponent('/jero-boot/sys/common/pdf/viewFile?id=' + fileQuery.id.slice(0, 32) + '&userName=' + this.userInfo().username)) } else if (fileSuffix == '.docx') { let url = window._CONFIG['onlinePreviewDomainURL'] + '?url=' + Base64.encode(this.downLoadFileUrl + '/' + fileQuery.id.slice(0, 32) + fileSuffix) window.open(url, '_blank') @@ -260,17 +261,29 @@ .text-header { margin-bottom: 11px; - span { + .text-header-text { margin-right: 52px; font-size: 16px; font-weight: bold; color: #040B29; display: inline-block; - max-width: 500px; + max-width: 180px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; } + + /*span {*/ + /* margin-right: 52px;*/ + /* font-size: 16px;*/ + /* font-weight: bold;*/ + /* color: #040B29;*/ + /* display: inline-block;*/ + /* max-width: 500px;*/ + /* text-overflow: ellipsis;*/ + /* white-space: nowrap;*/ + /* overflow: hidden;*/ + /*}*/ } .text-content { diff --git a/jero-web/src/views/system/UserAnnouncementList.vue b/jero-web/src/views/system/UserAnnouncementList.vue index 73824c59d..ab48a5967 100644 --- a/jero-web/src/views/system/UserAnnouncementList.vue +++ b/jero-web/src/views/system/UserAnnouncementList.vue @@ -100,12 +100,12 @@ description: '系统通告表管理页面', queryParam: {}, selectedRowKeys: [], + // '5': this.$t('taskRegulationComplianceTask'), msgCategoryQuery: { '1': this.$t('SubscriptionNotification'), '2': this.$t('warningInformation'), '3': this.$t('ForwardPush'), '4': this.$t('authenticationMessage'), - '5': this.$t('taskRegulationComplianceTask'), '6':this.$t('RegulationListConfirmationTask'), '7':this.$t('RegulationListConfirmationNotification'), '8':this.$t('RegulationTaskConfirmation'),