+
{{ol.db_field_txt}}
{{ol.value ? ol.value : '--'}}
@@ -402,7 +405,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+'&userName='+this.userInfo().username))
+ window.open('/pdf/web/viewer.html?file=' + encodeURIComponent('/jero-boot/sys/common/pdf/viewFile?id=' + fileQuery.id + '&userName=' + this.userInfo().username))
} else if (fileSuffix == '.docx') {
let url = window._CONFIG['onlinePreviewDomainURL'] + '?url=' + Base64.encode(this.downLoadFileUrl + '/' + fileQuery.id + fileSuffix)
window.open(url, '_blank')
@@ -414,7 +417,7 @@
}
},
download(item) {
- downloadFile('/sys/common/downLoadFile', item.fileName, { id: item.id ,userName:this.userInfo().username})
+ downloadFile('/sys/common/downLoadFile', item.fileName, { id: item.id, userName: this.userInfo().username })
},
UpdateLog() {
this.visible = true
@@ -591,6 +594,33 @@
font-weight: 400;
}
}
+
+ .text-content-button-one {
+ width: 100%;
+
+ .text-field-left {
+ width: 124px;
+ display: inline-block;
+ font-size: 14px;
+ font-weight: 400;
+ color: #6F7385;
+ text-overflow: ellipsis;
+ white-space: nowrap;
+ overflow: hidden;
+ margin-right: 24px;
+ }
+
+ .text-field-right {
+ width: calc(100% - 200px);
+ display: inline-block;
+ font-size: 16px;
+ text-overflow: ellipsis;
+ white-space: nowrap;
+ overflow: hidden;
+ color: #040B29;
+ font-weight: 400;
+ }
+ }
}
}
}