From 05a0c929d6161bb75a1a48a1bcf1f403390077a7 Mon Sep 17 00:00:00 2001 From: lideqin <694785430@qq.com> Date: Thu, 14 Sep 2023 15:17:09 +0800 Subject: [PATCH] =?UTF-8?q?[update]=20=E4=BF=AE=E6=94=B9=E6=A0=87=E5=87=86?= =?UTF-8?q?=E9=80=89=E6=8B=A9=E7=BB=84=E4=BB=B6=EF=BC=8C=E5=88=A0=E9=99=A4?= =?UTF-8?q?=E6=96=87=E6=A1=A3=E5=BA=93=EF=BC=8C=E4=BF=AE=E6=94=B9=E4=B8=AA?= =?UTF-8?q?=E4=BA=BA=E4=B8=AD=E5=BF=83=E5=92=8C=E4=BC=81=E6=A0=87=E4=B8=AD?= =?UTF-8?q?=E6=A0=87=E5=87=86=E5=8F=B7=E8=B7=B3=E8=BD=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/common/lang/personalCenter/en.js | 50 +- src/components/customField/AddForm.vue | 5 +- .../selection/StandardSelection.vue | 11 +- .../selection/StandardSelectionModal.vue | 11 +- src/config/router.config.js | 5 - src/views/documentManage/DocumentLibrary.vue | 534 ------------- .../documentManage/modules/LibraryAddForm.vue | 223 ------ .../documentManage/modules/LibraryDetail.vue | 748 ------------------ .../modules/LibraryDetailFileModal.vue | 142 ---- .../modules/LibraryDetailUpdateLog.vue | 116 --- .../documentManage/modules/LibraryPush.vue | 184 ----- .../modules/PhasedImplementationModal.vue | 173 ---- .../check/CheckList.vue | 3 +- .../plan/PlanList.vue | 6 +- .../publicize/EnterpriseStandardPublicize.vue | 3 +- .../reviewMeeting/ReviewMeetingList.vue | 3 +- .../reviewPlan/ReviewPlanList.vue | 3 +- .../browsingHistory/BrowsingHistory.vue | 3 +- .../myCollection/MyCollection.vue | 4 +- .../receivedShare/ReceivedShare.vue | 3 +- 20 files changed, 52 insertions(+), 2178 deletions(-) delete mode 100644 src/views/documentManage/DocumentLibrary.vue delete mode 100644 src/views/documentManage/modules/LibraryAddForm.vue delete mode 100644 src/views/documentManage/modules/LibraryDetail.vue delete mode 100644 src/views/documentManage/modules/LibraryDetailFileModal.vue delete mode 100644 src/views/documentManage/modules/LibraryDetailUpdateLog.vue delete mode 100644 src/views/documentManage/modules/LibraryPush.vue delete mode 100644 src/views/documentManage/modules/PhasedImplementationModal.vue diff --git a/src/common/lang/personalCenter/en.js b/src/common/lang/personalCenter/en.js index ee61ec16..bf3d882a 100644 --- a/src/common/lang/personalCenter/en.js +++ b/src/common/lang/personalCenter/en.js @@ -2,39 +2,39 @@ module.exports = { // 我的收藏 collection: { - standardCategory: '标准类别', - standardNo: '标准号', - standardName: '标准名称', - cancelCollection: '取消收藏', - releaseDate: '发布日期', - newCarTypeDate: '新车型实施日期', - productCarDate: '在产车实施日期', - standardState: '标准状态' + standardCategory: 'Standard Class', + standardNo: 'Standard Number', + standardName: 'Standard Name', + cancelCollection: 'Cancel Collection', + releaseDate: 'Release Date', + newCarTypeDate: 'New Model Implementation Date', + productCarDate: 'On The Production Date', + standardState: 'Standard State' }, // 已发分享 sentShare: { - transmitSearch: '转发搜索', - enterTransmitSearch: '请输入转发信息', - owningPlate: '所属板块', - title: '标题', - recipient: '接收人', - transmitTime: '转发时间' + transmitSearch: 'Forward Search', + enterTransmitSearch: 'Please Enter Forward Information', + owningPlate: 'Owning Plate', + title: 'Title', + recipient: 'Receiver', + transmitTime: 'Forwarding Time' }, // 已收分享 receivedShare: { - pushSearch: '推送搜索', - enterPushInfo: '请输入推送信息', - owningPlate: '所属板块', - title: '标题', - forwarder: '转发人', - receiptTime: '接收时间' + pushSearch: 'Push Search', + enterPushInfo: 'Please Enter Push Information', + owningPlate: 'Owning Plate', + title: 'Title', + forwarder: 'Forwarder', + receiptTime: 'reception Time' }, // 浏览记录 browsingHistory: { - clearBrowsingHistory: '清除浏览记录', - standardNo: '标准编号', - standardName: '标准名称', - browsingTime: '浏览时间', - confirmClearBrowsingHistory: '确认清除浏览记录' + clearBrowsingHistory: 'Clear Browsing History', + standardNo: 'Standard Number', + standardName: 'Standard Name', + browsingTime: 'Browsing Time', + confirmClearBrowsingHistory: 'confirm to clear browsing history' } } diff --git a/src/components/customField/AddForm.vue b/src/components/customField/AddForm.vue index 0a12d37e..82212633 100644 --- a/src/components/customField/AddForm.vue +++ b/src/components/customField/AddForm.vue @@ -247,6 +247,7 @@ diff --git a/src/views/documentManage/modules/LibraryAddForm.vue b/src/views/documentManage/modules/LibraryAddForm.vue deleted file mode 100644 index 1e376afd..00000000 --- a/src/views/documentManage/modules/LibraryAddForm.vue +++ /dev/null @@ -1,223 +0,0 @@ - - - - - - {{$t('docLibrary.detailsPhasedImplementation')}} - - - {{ $t('newlyAdded') }} - - - - - {{$t('edit')}} - - - {{$t('delete')}} - - - - {{$t('docLibrary.statuteNumberClause')}} - - - {{$t('docLibrary.implementationDateTwo')}} - - - {{$t('docLibrary.typeofImplementation')}} - - - - - {{$t('cancel')}} - {{$t('submit')}} - - - - - - - - - diff --git a/src/views/documentManage/modules/LibraryDetail.vue b/src/views/documentManage/modules/LibraryDetail.vue deleted file mode 100644 index f0dc474d..00000000 --- a/src/views/documentManage/modules/LibraryDetail.vue +++ /dev/null @@ -1,748 +0,0 @@ - - - - - - - - - - - - - - - - - {{$t('docLibrary.updateLog')}} - - - - - {{ $t('docLibrary.problemKnowledgeBase') }} - - - - - {{ collectFlag == '1' ? $t('docLibrary.cancelCollection') : $t('docLibrary.collection') }} - - - - - {{ $t('share') }} - - - - - - - - - {{ val }} - - - - {{ol.db_field_txt}} - {{ol.db_field_txt}} - {{ol.value ? ol.value : '--'}} - {{ol.value ? ol.value : '--'}} - - - {{$t('uploadFile.viewUploadedFiles')}} - - -- - - - - - {{valItem.title}} - - -- - - - {{ol.value ? ol.value : '--'}} - - - - - - - {{ol.db_field_txt}} - - - - - {{valItem.fileName}} - - - - - - - - - - - {{ol.db_field_txt}} - {{ol.db_field_txt}} - {{ol.value ? ol.value : '--'}} - - - {{$t('uploadFile.viewUploadedFiles')}} - - -- - - - - - {{valItem.title}} - - -- - - - {{ol.value ? ol.value : '--'}} - - - - - - - - {{$t('docLibrary.detailsPhasedImplementation')}} - - - - - - - - - - - - - - - - - - - - diff --git a/src/views/documentManage/modules/LibraryDetailFileModal.vue b/src/views/documentManage/modules/LibraryDetailFileModal.vue deleted file mode 100644 index da240cda..00000000 --- a/src/views/documentManage/modules/LibraryDetailFileModal.vue +++ /dev/null @@ -1,142 +0,0 @@ - - - - - {{$t('cancel')}} - - - - - - {{$t('view')}} - - - {{$t('download')}} - - - {{$t('docLibrary.standardBreakdown')}} - - - - - - - - - diff --git a/src/views/documentManage/modules/LibraryDetailUpdateLog.vue b/src/views/documentManage/modules/LibraryDetailUpdateLog.vue deleted file mode 100644 index d7fc998b..00000000 --- a/src/views/documentManage/modules/LibraryDetailUpdateLog.vue +++ /dev/null @@ -1,116 +0,0 @@ - - - - - - - - - - - - - - - - - - diff --git a/src/views/documentManage/modules/LibraryPush.vue b/src/views/documentManage/modules/LibraryPush.vue deleted file mode 100644 index 666bf3b8..00000000 --- a/src/views/documentManage/modules/LibraryPush.vue +++ /dev/null @@ -1,184 +0,0 @@ - - - - - - - - - - - {{$t('cancel')}} - {{$t('submit')}} - - - - - - - diff --git a/src/views/documentManage/modules/PhasedImplementationModal.vue b/src/views/documentManage/modules/PhasedImplementationModal.vue deleted file mode 100644 index cbb0eda8..00000000 --- a/src/views/documentManage/modules/PhasedImplementationModal.vue +++ /dev/null @@ -1,173 +0,0 @@ - - - - - - - - * - {{$t('docLibrary.statuteNumberClause')}} - - - - - - - - - - * - {{$t('docLibrary.typeofImplementation')}} - - - - - - - - - - - - * - {{$t('docLibrary.implementationDateTwo')}} - - - - - - - - - - - - {{$t('remarks')}} - - - - - - - - - - - {{ $t('cancel') }} - - - {{ $t('determine') }} - - - - - - - - diff --git a/src/views/enterpriseStandardLibrary/check/CheckList.vue b/src/views/enterpriseStandardLibrary/check/CheckList.vue index ac8f9c34..4474aa58 100644 --- a/src/views/enterpriseStandardLibrary/check/CheckList.vue +++ b/src/views/enterpriseStandardLibrary/check/CheckList.vue @@ -111,7 +111,8 @@ {{ text || text === 0 ? text : global.emptyLine }} - {{ text }} + {{ text }} + {{ global.emptyLine }} diff --git a/src/views/enterpriseStandardLibrary/plan/PlanList.vue b/src/views/enterpriseStandardLibrary/plan/PlanList.vue index 52b58b5d..1ba2a39e 100644 --- a/src/views/enterpriseStandardLibrary/plan/PlanList.vue +++ b/src/views/enterpriseStandardLibrary/plan/PlanList.vue @@ -153,7 +153,8 @@ {{ text || text === 0 ? text : global.emptyLine }} - {{ text }} + {{ text }} + {{ global.emptyLine }} @@ -161,7 +162,8 @@ {{ text || text === 0 ? text : global.emptyLine }} - {{ text }} + {{ text }} + {{ global.emptyLine }} diff --git a/src/views/enterpriseStandardLibrary/publicize/EnterpriseStandardPublicize.vue b/src/views/enterpriseStandardLibrary/publicize/EnterpriseStandardPublicize.vue index 9e22b40c..d3ba1584 100644 --- a/src/views/enterpriseStandardLibrary/publicize/EnterpriseStandardPublicize.vue +++ b/src/views/enterpriseStandardLibrary/publicize/EnterpriseStandardPublicize.vue @@ -78,7 +78,8 @@ {{ text || text === 0 ? text : global.emptyLine }} - {{ text }} + {{ text }} + {{ global.emptyLine }} diff --git a/src/views/enterpriseStandardLibrary/reviewMeeting/ReviewMeetingList.vue b/src/views/enterpriseStandardLibrary/reviewMeeting/ReviewMeetingList.vue index 332e08ad..a8079b14 100644 --- a/src/views/enterpriseStandardLibrary/reviewMeeting/ReviewMeetingList.vue +++ b/src/views/enterpriseStandardLibrary/reviewMeeting/ReviewMeetingList.vue @@ -60,7 +60,8 @@ {{ text || text === 0 ? text : global.emptyLine }} - {{ text }} + {{ text }} + {{ global.emptyLine }} diff --git a/src/views/enterpriseStandardLibrary/reviewPlan/ReviewPlanList.vue b/src/views/enterpriseStandardLibrary/reviewPlan/ReviewPlanList.vue index 7a127478..519305cc 100644 --- a/src/views/enterpriseStandardLibrary/reviewPlan/ReviewPlanList.vue +++ b/src/views/enterpriseStandardLibrary/reviewPlan/ReviewPlanList.vue @@ -77,7 +77,8 @@ {{ text || text === 0 ? text : global.emptyLine }} - {{ text }} + {{ text }} + {{ global.emptyLine }} diff --git a/src/views/personalCenter/browsingHistory/BrowsingHistory.vue b/src/views/personalCenter/browsingHistory/BrowsingHistory.vue index b772dcaa..95900b9e 100644 --- a/src/views/personalCenter/browsingHistory/BrowsingHistory.vue +++ b/src/views/personalCenter/browsingHistory/BrowsingHistory.vue @@ -31,7 +31,8 @@ {{ text || text === 0 ? text : global.emptyLine }} - {{ text }} + {{ text }} + {{ global.emptyLine }} diff --git a/src/views/personalCenter/myCollection/MyCollection.vue b/src/views/personalCenter/myCollection/MyCollection.vue index 6a5e69e8..c9ab18d3 100644 --- a/src/views/personalCenter/myCollection/MyCollection.vue +++ b/src/views/personalCenter/myCollection/MyCollection.vue @@ -49,14 +49,14 @@ :pagination="ipagination" :loading="loading" :scroll="{x: '100%'}" - :rowSelection="{selectedRowKeys: selectedRowKeys, onChange: onSelectChange}" @change="handleTableChange"> {{ text || text === 0 ? text : global.emptyLine }} - {{ text }} + {{ text }} + {{ global.emptyLine }} diff --git a/src/views/personalCenter/receivedShare/ReceivedShare.vue b/src/views/personalCenter/receivedShare/ReceivedShare.vue index 473ff122..4f69c59e 100644 --- a/src/views/personalCenter/receivedShare/ReceivedShare.vue +++ b/src/views/personalCenter/receivedShare/ReceivedShare.vue @@ -106,8 +106,7 @@ export default { title: this.$t('personalCenter.receivedShare.receiptTime'), align: 'center', width: 180, - dataIndex: 'receiptTime', - scopedSlots: { customRender: 'text' } + scopedSlots: { customRender: 'receiptTime' } } ], url: {