diff --git a/jero-boot/jero-boot-modules/src/main/java/com/jero/modules/document/service/impl/BussDocumentLibraryEOServiceImpl.java b/jero-boot/jero-boot-modules/src/main/java/com/jero/modules/document/service/impl/BussDocumentLibraryEOServiceImpl.java index 595f18294..851b075ba 100644 --- a/jero-boot/jero-boot-modules/src/main/java/com/jero/modules/document/service/impl/BussDocumentLibraryEOServiceImpl.java +++ b/jero-boot/jero-boot-modules/src/main/java/com/jero/modules/document/service/impl/BussDocumentLibraryEOServiceImpl.java @@ -4399,10 +4399,10 @@ public class BussDocumentLibraryEOServiceImpl extends ServiceImpl nowFileList = FileUnZip.readFileByFilename(zipEntryName, fileName,cut,errorMsg,null,key,key); if (nowFileList.size() == 0) { if(CutEnum.CN.getValue().equals(cut)){ - errorMsg += key + "压缩包中没有" + fileName + "文件, "; + errorMsg += key + " 压缩包中没有" + fileName + "文件, "; }else{ errorMsg += key + " Not in the zip package" + fileName + "file, "; } diff --git a/jero-boot/jero-boot-modules/src/main/java/com/jero/modules/split/common/FileUnZip.java b/jero-boot/jero-boot-modules/src/main/java/com/jero/modules/split/common/FileUnZip.java index 9962c9ba9..c51c2c55a 100644 --- a/jero-boot/jero-boot-modules/src/main/java/com/jero/modules/split/common/FileUnZip.java +++ b/jero-boot/jero-boot-modules/src/main/java/com/jero/modules/split/common/FileUnZip.java @@ -136,8 +136,8 @@ public class FileUnZip { String filenameOne = ""; String filenameTwo = ""; if(filename.contains("/")){ - filenameOne = filename.split("/")[0]; - filenameTwo = filename.split("/")[1]; + filenameOne = filename.split("/")[1]; + filenameTwo = filename.split("/")[2]; } List resultlist = new ArrayList<>(); if (StringUtil.isNotEmpty(path)){ diff --git a/jero-web/src/common/lang/en-us.js b/jero-web/src/common/lang/en-us.js index 2a3c29268..6e6c6c764 100644 --- a/jero-web/src/common/lang/en-us.js +++ b/jero-web/src/common/lang/en-us.js @@ -554,8 +554,8 @@ module.exports = { newNode: 'New node', modifyNode: 'Modify Node', deleteNode: 'Delete Node', - ImplementationDate: 'New Type Execute Date', - vehicleInProductionDate: 'New Vehicle Execute Date', + ImplementationDate: 'New Type Execution Date', + vehicleInProductionDate: 'New Vehicle Execution Date', deleteNodes: 'If there are child nodes under this node, they will be deleted synchronously. Are you sure to delete this data?', leastTwo: 'Please Select at Least two pieces of data', mergeTerms: 'Determine Merger Terms', @@ -937,5 +937,6 @@ module.exports = { documentLibraryDetails: 'Document library details', question:'Question', ConfirmQuestion:'Confirm Question', + disableInput:'Disable input', OnlyOrTaskconfirmationOut:'Only when the list confirmation status or task confirmation status is to be confirmed can the reminder be carried out', } \ No newline at end of file diff --git a/jero-web/src/common/lang/zh-cn.js b/jero-web/src/common/lang/zh-cn.js index a24d204cf..7ab56bbee 100644 --- a/jero-web/src/common/lang/zh-cn.js +++ b/jero-web/src/common/lang/zh-cn.js @@ -943,4 +943,5 @@ module.exports = { question: '催办', ConfirmQuestion: '确认催办?', OnlyOrTaskconfirmationOut:'只有清单确认状态或任务确认状态为待确认时才可以进行催办', + disableInput:'禁止输入', } \ No newline at end of file diff --git a/jero-web/src/views/documentManage/tags/dialog/DicList.vue b/jero-web/src/views/documentManage/tags/dialog/DicList.vue index 281bc9c3b..f06a6d344 100644 --- a/jero-web/src/views/documentManage/tags/dialog/DicList.vue +++ b/jero-web/src/views/documentManage/tags/dialog/DicList.vue @@ -1,73 +1,80 @@ \ No newline at end of file diff --git a/jero-web/src/views/documentManage/tags/tabs/TagContent.vue b/jero-web/src/views/documentManage/tags/tabs/TagContent.vue index 5c5a512da..0df58f3f4 100644 --- a/jero-web/src/views/documentManage/tags/tabs/TagContent.vue +++ b/jero-web/src/views/documentManage/tags/tabs/TagContent.vue @@ -53,7 +53,8 @@ :placeholder="$t('PleaseSelectLabelType')"/> - + - @@ -228,8 +229,8 @@ } contentRightText[0].style = 'display:none' contentRightXian[0].style = 'display:none' - let clientWidthOne = dataList[0].clientWidth * dataList.length - clientWidthOne = clientWidthOne / timeList.length + let clientWidthOne = dataList[0].clientWidth + clientWidthOne = clientWidthOne / length let num = Math.ceil(clientWidthOne / 31) * parseInt(this.handlingTime.slice(8, 10)) timeList.forEach((res, index) => { if (res.slice(0, 7) == this.handlingTime.slice(0, 7)) { @@ -389,7 +390,6 @@ border-bottom: 1px #EAEAEC solid; flex: 1; height: 36px; - padding-left: 10px; color: #54565A; font-weight: bold; font-size: 14px;