From 60eca17b85504ec5b945e89b34f65cf189fe2dc9 Mon Sep 17 00:00:00 2001 From: zyd Date: Tue, 19 Jul 2022 20:45:28 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E5=B0=86=E7=B3=BB=E7=BB=9F=E5=86=85?= =?UTF-8?q?=E5=89=8D=E7=AB=AF=E9=A1=B5=E9=9D=A2=E4=B8=AD=E6=89=80=E6=9C=89?= =?UTF-8?q?=E6=B5=B7=E5=A4=96=E6=A0=87=E5=87=86=E4=BF=AE=E6=94=B9=E4=B8=BA?= =?UTF-8?q?=E5=9B=BD=E5=A4=96=E6=A0=87=E5=87=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/process.js | 2 +- src/assets/languages/cn.js | 2 +- .../InputForStandardsForEnterprise.vue | 2 +- .../InputForStandardsForLaws.vue | 2 +- .../pages/attributeCustom/components/buss.vue | 10 +++++----- .../pages/attributeCustom/components/stand.vue | 10 +++++----- .../pages/standInvolveProjectDetailTwo.vue | 2 +- .../pages/technologyInvolveProjectTwo.vue | 2 +- .../pages/standInvolveProjectDetailTwo.vue | 2 +- .../pages/technologyInvolveProjectTwo.vue | 2 +- src/pages/home/index.vue | 2 +- src/pages/home/information.vue | 4 ++-- .../home1/components/searchGroup/index.vue | 2 +- src/pages/home1/index.vue | 4 ++-- .../home2/components/searchGroup/index.vue | 2 +- src/pages/home2/index.vue | 4 ++-- src/pages/localTool/standAutoSplit/index.vue | 6 +++--- .../standAutoSplit/pages/itemSplitInfo.vue | 2 +- .../localTool/standardRecognition/index.vue | 8 ++++---- src/pages/localTool/standardWarning.vue | 2 +- .../CollectionStandardDetail.vue | 2 +- .../components/CollectionStandard.vue | 2 +- src/pages/personal/pages/my-forward/index.vue | 4 ++-- src/pages/personal/pages/my-push/index.vue | 2 +- src/pages/phone/databaseSearch.vue | 2 +- src/pages/phone/domesticStand.vue | 2 +- src/pages/phone/phoneHome.vue | 2 +- .../pages/creatProcess/bzpg/step1.vue | 2 +- .../pages/creatProcess/bzqdfb/step1-1.vue | 2 +- .../pages/creatProcess/bzqdfb/step1-3.vue | 2 +- .../pages/creatProcess/bzqdfb/step1.vue | 2 +- .../pages/creatProcess/bzqdfb/step3.vue | 2 +- .../pages/creatProcess/bzrk/step1.vue | 4 ++-- .../pages/creatProcess/bzrk/step2.vue | 2 +- .../pages/creatProcess/bzrk/step3.vue | 2 +- .../pages/creatProcess/bzrk/step4.vue | 2 +- .../pages/creatProcess/bzrk/step5.vue | 2 +- .../pages/creatProcess/bzzqyj/step1-1.vue | 2 +- .../pages/creatProcess/bzzqyj/step1.vue | 2 +- .../pages/creatProcess/cywbbzzxd/step3.vue | 2 +- .../pages/creatProcess/wbsm/step1.vue | 2 +- .../pages/creatProcess/xmqdqr/step1-4.vue | 2 +- .../pages/creatProcess/xmqdqr/step1.vue | 2 +- .../pages/creatProcess/xmqdqr/step2.vue | 2 +- .../pages/creatProcess/xmqdqr/step3.vue | 2 +- .../pages/creatProcess/xmqdqr/step4.vue | 2 +- .../processCenter/pages/phone/bzrk/step2.vue | 2 +- .../pages/processAcceptDetail/index.vue | 2 +- .../pages/processDetail/index.vue | 2 +- .../page/listOfCountries.vue | 2 +- .../page/listOther.vue | 2 +- .../page/listProject.vue | 2 +- .../page/listTracking.vue | 2 +- .../pages/addEdit.vue | 4 ++-- .../pages/otherAddEit.vue | 4 ++-- .../pages/projectAddEit.vue | 4 ++-- .../pages/components/ImplementWarning.vue | 4 ++-- .../foreignRegulationsDatabase/index.vue | 2 +- .../foreignStandardsAndRegulations/index.vue | 18 +++++++++--------- .../pages/details.vue | 2 +- .../pages/rectificationDatabase.vue | 2 +- .../regulatoryRepository/standQA/index.vue | 4 ++-- .../searchCenter/pages/standardSearch.vue | 10 +++++----- src/router/index.js | 4 ++-- 64 files changed, 100 insertions(+), 100 deletions(-) diff --git a/src/api/process.js b/src/api/process.js index ab709c7b6..75837c078 100644 --- a/src/api/process.js +++ b/src/api/process.js @@ -472,7 +472,7 @@ export function afterConferenceProcess (data) { }) } -// 海外标准清单流程入库 +// 国外标准清单流程入库 export function foreignAccessProcess (data) { return axios({ url: '/api/lawss/actSarItems/foreignAccessProcess', diff --git a/src/assets/languages/cn.js b/src/assets/languages/cn.js index 648cb25fc..b6d3f833c 100644 --- a/src/assets/languages/cn.js +++ b/src/assets/languages/cn.js @@ -28,7 +28,7 @@ export const m = { more: '更多', dataCenter: '资料中心', domesticStandardDatabase: '国内标准法规', - foreignStandardDatabase: '海外标准法规', + foreignStandardDatabase: '国外标准法规', domesticRegulationsDatabase: '国内政策', foreignRegulationsDatabase: '国外政策', enterpriseStandardDatabase: '企业标准法规', diff --git a/src/components/CustomFormComponents/InputForStandardsForEnterprise.vue b/src/components/CustomFormComponents/InputForStandardsForEnterprise.vue index ef68b3685..343a535f9 100644 --- a/src/components/CustomFormComponents/InputForStandardsForEnterprise.vue +++ b/src/components/CustomFormComponents/InputForStandardsForEnterprise.vue @@ -220,7 +220,7 @@ export default { // 数据搜索 数据来源list dataSourceOptions: [ {value: 'INLAND_STAND', label: '国内标准法规'}, - {value: 'FOREIGN_STAND', label: '海外标准法规'}, + {value: 'FOREIGN_STAND', label: '国外标准法规'}, {value: 'BUSINESS', label: '企业标准 '} ], dataSource: 'BUSINESS' diff --git a/src/components/CustomFormComponents/InputForStandardsForLaws.vue b/src/components/CustomFormComponents/InputForStandardsForLaws.vue index e29b58902..989ebce32 100644 --- a/src/components/CustomFormComponents/InputForStandardsForLaws.vue +++ b/src/components/CustomFormComponents/InputForStandardsForLaws.vue @@ -207,7 +207,7 @@ export default { // 数据搜索 数据来源list dataSourceOptions: [ {value: 'INLAND_STAND', label: '国内标准法规'}, - {value: 'FOREIGN_STAND', label: '海外标准法规'}, + {value: 'FOREIGN_STAND', label: '国外标准法规'}, {value: 'BUSINESS', label: '企业标准 '}, {value: 'LAWS_STAND', label: '国内外政策'} ], diff --git a/src/pages/config/pages/attributeCustom/components/buss.vue b/src/pages/config/pages/attributeCustom/components/buss.vue index 209b5128a..04f007d9b 100644 --- a/src/pages/config/pages/attributeCustom/components/buss.vue +++ b/src/pages/config/pages/attributeCustom/components/buss.vue @@ -377,12 +377,12 @@ export default { ], sarTypeOptions: [ { label: '国内标准法规', value: 'INLAND_STAND' }, - { label: '海外标准法规', value: 'FOREIGN_STAND' }, - { label: '国内及海外标准法规', value: 'STAND' } + { label: '国外标准法规', value: 'FOREIGN_STAND' }, + { label: '国内及国外标准法规', value: 'STAND' } ], sarTypeLocationOptions: [ { label: '国内标准法规', value: 'INLAND_STAND' }, - { label: '海外标准法规', value: 'FOREIGN_STAND' } + { label: '国外标准法规', value: 'FOREIGN_STAND' } ], isMustOptions: [ { label: '是', value: '0' }, @@ -727,9 +727,9 @@ export default { if (type === 'INLAND_STAND') { texts = '国内标准法规' } else if (type === 'FOREIGN_STAND') { - texts = '海外标准法规' + texts = '国外标准法规' } else if (type === 'STAND') { - texts = '国内及海外标准法规' + texts = '国内及国外标准法规' } else if (type === 'BUSS') { texts = '企业标准库' } diff --git a/src/pages/config/pages/attributeCustom/components/stand.vue b/src/pages/config/pages/attributeCustom/components/stand.vue index 13104f3fb..ab8a9f10c 100644 --- a/src/pages/config/pages/attributeCustom/components/stand.vue +++ b/src/pages/config/pages/attributeCustom/components/stand.vue @@ -366,12 +366,12 @@ export default { ], sarTypeOptions: [ { label: '国内标准法规', value: 'INLAND_STAND' }, - { label: '海外标准法规', value: 'FOREIGN_STAND' }, - { label: '国内及海外标准法规', value: 'STAND' } + { label: '国外标准法规', value: 'FOREIGN_STAND' }, + { label: '国内及国外标准法规', value: 'STAND' } ], sarTypeLocationOptions: [ { label: '国内标准法规', value: 'INLAND_STAND' }, - { label: '海外标准法规', value: 'FOREIGN_STAND' } + { label: '国外标准法规', value: 'FOREIGN_STAND' } ], isMustOptions: [ { label: '是', value: '0' }, @@ -710,9 +710,9 @@ export default { if (type === 'INLAND_STAND') { texts = '国内标准法规' } else if (type === 'FOREIGN_STAND') { - texts = '海外标准法规' + texts = '国外标准法规' } else if (type === 'STAND') { - texts = '国内及海外标准法规' + texts = '国内及国外标准法规' } return texts }, diff --git a/src/pages/details/otherStandardDetails/pages/standInvolveProjectDetailTwo.vue b/src/pages/details/otherStandardDetails/pages/standInvolveProjectDetailTwo.vue index 7b5ea27ee..7321bbdf1 100644 --- a/src/pages/details/otherStandardDetails/pages/standInvolveProjectDetailTwo.vue +++ b/src/pages/details/otherStandardDetails/pages/standInvolveProjectDetailTwo.vue @@ -82,7 +82,7 @@ >