diff --git a/src/api/process.js b/src/api/process.js index 75837c078..ab709c7b6 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 b6d3f833c..b1d4e6388 100644 --- a/src/assets/languages/cn.js +++ b/src/assets/languages/cn.js @@ -28,9 +28,9 @@ export const m = { more: '更多', dataCenter: '资料中心', domesticStandardDatabase: '国内标准法规', - foreignStandardDatabase: '国外标准法规', + foreignStandardDatabase: '海外标准法规', domesticRegulationsDatabase: '国内政策', - foreignRegulationsDatabase: '国外政策', + foreignRegulationsDatabase: '海外政策', enterpriseStandardDatabase: '企业标准法规', accessStandardsAndRegulations: '标准法规清单', testItemDatabase: '试验项目库', diff --git a/src/components/CustomFormComponents/InputForRecord.vue b/src/components/CustomFormComponents/InputForRecord.vue index d596d83e4..6c516aaae 100644 --- a/src/components/CustomFormComponents/InputForRecord.vue +++ b/src/components/CustomFormComponents/InputForRecord.vue @@ -49,7 +49,7 @@ v-model="replaceLawsNumForm.standType" placeholder="请选择标准来源"> - + diff --git a/src/components/CustomFormComponents/InputForStandAndForeign.vue b/src/components/CustomFormComponents/InputForStandAndForeign.vue index 50545c954..b2b096e46 100644 --- a/src/components/CustomFormComponents/InputForStandAndForeign.vue +++ b/src/components/CustomFormComponents/InputForStandAndForeign.vue @@ -45,7 +45,7 @@ placeholder="请选择标准来源" @change="dataSourceChange"> - + diff --git a/src/components/CustomFormComponents/InputForStandards.vue b/src/components/CustomFormComponents/InputForStandards.vue index 551ab711e..6c602c3d2 100644 --- a/src/components/CustomFormComponents/InputForStandards.vue +++ b/src/components/CustomFormComponents/InputForStandards.vue @@ -57,7 +57,7 @@ v-model="replaceLawsNumForm.standType" placeholder="请选择标准来源"> - + diff --git a/src/components/CustomFormComponents/InputForStandardsForEnterprise.vue b/src/components/CustomFormComponents/InputForStandardsForEnterprise.vue index 343a535f9..ef68b3685 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/InputForStandardsForForeign.vue b/src/components/CustomFormComponents/InputForStandardsForForeign.vue index 97e82af5c..23b43b317 100644 --- a/src/components/CustomFormComponents/InputForStandardsForForeign.vue +++ b/src/components/CustomFormComponents/InputForStandardsForForeign.vue @@ -47,7 +47,7 @@ placeholder="请选择标准来源"> - + diff --git a/src/components/CustomFormComponents/InputForStandardsForLaws.vue b/src/components/CustomFormComponents/InputForStandardsForLaws.vue index 989ebce32..e29b58902 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/components/navMenu/index.vue b/src/components/navMenu/index.vue index a7a5ef697..8ec8655e0 100644 --- a/src/components/navMenu/index.vue +++ b/src/components/navMenu/index.vue @@ -112,7 +112,7 @@ menuId: '3e3657498664beaa0dc1de1ecb3ae0da' }, { - title: '国外标准', + title: '海外标准', path: '/foreignStandardsAndRegulations', menuId: '18c1e5134ea0cf865e8960b26b81fd8c' }, diff --git a/src/pages/config/pages/attributeCustom/components/buss.vue b/src/pages/config/pages/attributeCustom/components/buss.vue index 04f007d9b..209b5128a 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 ab8a9f10c..13104f3fb 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 7321bbdf1..7b5ea27ee 100644 --- a/src/pages/details/otherStandardDetails/pages/standInvolveProjectDetailTwo.vue +++ b/src/pages/details/otherStandardDetails/pages/standInvolveProjectDetailTwo.vue @@ -82,7 +82,7 @@ >