From b940ae67c594a68fd59982a5fa72c3abb767c0bd Mon Sep 17 00:00:00 2001 From: qq787203167 <787203167@qq.com> Date: Thu, 16 Jun 2022 12:04:06 +0800 Subject: [PATCH] =?UTF-8?q?=20=E4=BF=AE=E6=94=B9=E7=9C=8B=E6=9D=BF\=20=20?= =?UTF-8?q?=E6=A0=87=E7=AD=BE=E7=AE=A1=E7=90=86=E5=92=8C=E6=A0=87=E7=AD=BE?= =?UTF-8?q?=E5=86=85=E5=AE=B9=E7=AE=A1=E7=90=86=E4=B8=AD=E6=96=B0=E5=A2=9E?= =?UTF-8?q?=E5=AD=97=E6=AE=B5=E6=88=96=E9=85=8D=E7=BD=AE=E5=AD=97=E5=85=B8?= =?UTF-8?q?=E6=97=B6=EF=BC=8C=E7=A6=81=E6=AD=A2=E8=BE=93=E5=85=A5=E9=80=97?= =?UTF-8?q?=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jero-web/src/common/lang/en-us.js | 5 +- jero-web/src/common/lang/zh-cn.js | 1 + .../documentManage/tags/dialog/DicList.vue | 667 +++++++-------- .../documentManage/tags/dialog/TagForm.vue | 756 +++++++++--------- .../documentManage/tags/tabs/TagContent.vue | 22 +- .../components/TaskPlanList.vue | 8 +- 6 files changed, 759 insertions(+), 700 deletions(-) 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;