[update] 修改翻译字段
This commit is contained in:
@@ -141,9 +141,9 @@ module.exports = {
|
|||||||
fileDownloadFail: 'File download failure',
|
fileDownloadFail: 'File download failure',
|
||||||
pleaseEnterTreeSystem: 'Please enter the tree system',
|
pleaseEnterTreeSystem: 'Please enter the tree system',
|
||||||
project: 'Project',
|
project: 'Project',
|
||||||
standardNumber: 'Standard Number',
|
standardNumber: 'Regulation No.',
|
||||||
standardName: 'Standard Name',
|
standardName: 'Regulation Name',
|
||||||
standardNumOrName: 'Standard Number Or Standard Name',
|
standardNumOrName: 'Regulation No. Or Regulation Name',
|
||||||
fileImportError: 'File import error',
|
fileImportError: 'File import error',
|
||||||
flowCenter: 'Process Center——',
|
flowCenter: 'Process Center——',
|
||||||
processInformation: 'Process Information',
|
processInformation: 'Process Information',
|
||||||
@@ -183,7 +183,7 @@ module.exports = {
|
|||||||
oneTableAdded: 'Only one table can be added',
|
oneTableAdded: 'Only one table can be added',
|
||||||
addATable: 'Please add a form',
|
addATable: 'Please add a form',
|
||||||
select: 'Select',
|
select: 'Select',
|
||||||
attach: 'attachment',
|
attach: 'Annex',
|
||||||
checkedAll: 'select all',
|
checkedAll: 'select all',
|
||||||
pleaseCompleteTableInfo: 'Please complete the form information',
|
pleaseCompleteTableInfo: 'Please complete the form information',
|
||||||
node: 'Node',
|
node: 'Node',
|
||||||
|
|||||||
@@ -18,6 +18,7 @@ module.exports = {
|
|||||||
rectificationCost: 'Rectification Costs',
|
rectificationCost: 'Rectification Costs',
|
||||||
sharedWithOtherProjects: 'Commonality',
|
sharedWithOtherProjects: 'Commonality',
|
||||||
costOfThisItemAfterSharing: 'Expenses after Sharing',
|
costOfThisItemAfterSharing: 'Expenses after Sharing',
|
||||||
|
remarks: 'Note',
|
||||||
supportingMaterial: 'Supporting Files'
|
supportingMaterial: 'Supporting Files'
|
||||||
},
|
},
|
||||||
// 不符合项库
|
// 不符合项库
|
||||||
|
|||||||
@@ -18,6 +18,7 @@ module.exports = {
|
|||||||
rectificationCost: '整改费用',
|
rectificationCost: '整改费用',
|
||||||
sharedWithOtherProjects: '与其他项目共用性',
|
sharedWithOtherProjects: '与其他项目共用性',
|
||||||
costOfThisItemAfterSharing: '共用后本项目所需费用',
|
costOfThisItemAfterSharing: '共用后本项目所需费用',
|
||||||
|
remarks: '备注',
|
||||||
supportingMaterial: '佐证材料'
|
supportingMaterial: '佐证材料'
|
||||||
},
|
},
|
||||||
// 不符合项库
|
// 不符合项库
|
||||||
|
|||||||
@@ -82,8 +82,8 @@ module.exports = {
|
|||||||
// 市场清单详情列表字段
|
// 市场清单详情列表字段
|
||||||
marketListField: {
|
marketListField: {
|
||||||
standardEnglishName: 'Regulation English Name',
|
standardEnglishName: 'Regulation English Name',
|
||||||
newProductionVehicleImplementationDate: 'New Certified Vehicle Implementation Date',
|
newProductionVehicleImplementationDate: 'New Production Vehicle Implementation Date',
|
||||||
newCertifiedVehicleImplementationDate: 'New Production Vehicle Implementation Date',
|
newCertifiedVehicleImplementationDate: 'New Certified Vehicle Implementation Date',
|
||||||
dateOfRegistration: 'Registration Date',
|
dateOfRegistration: 'Registration Date',
|
||||||
applicableCountryRegion: 'Country/Region',
|
applicableCountryRegion: 'Country/Region',
|
||||||
applicableVehicleType: 'Vehicle Catagory',
|
applicableVehicleType: 'Vehicle Catagory',
|
||||||
|
|||||||
+1
-1
@@ -220,7 +220,7 @@ export default {
|
|||||||
scopedSlots: { customRender: 'text' }
|
scopedSlots: { customRender: 'text' }
|
||||||
},
|
},
|
||||||
{ // 备注
|
{ // 备注
|
||||||
title: this.$t('remarks'),
|
title: this.$t('regulatoryComplianceAssessmentDatabase.assessmentLibrary.remarks'),
|
||||||
align: 'center',
|
align: 'center',
|
||||||
width: 180,
|
width: 180,
|
||||||
dataIndex: 'remark',
|
dataIndex: 'remark',
|
||||||
|
|||||||
@@ -30,7 +30,8 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="table-operator">
|
<div class="table-operator">
|
||||||
<!--新增-->
|
<!--新增-->
|
||||||
<a-button icon="plus" type="primary" v-if="record.isReadOnly === IsReadOnlyEnums.configurable.value || record.isReadOnly === IsReadOnlyEnums.subConfigurable.value" @click="handleAdd" v-has="'sys:dict:operation'">{{ $t('newlyAdded') }}</a-button>
|
<!-- <a-button icon="plus" type="primary" v-if="record.isReadOnly === IsReadOnlyEnums.configurable.value || record.isReadOnly === IsReadOnlyEnums.subConfigurable.value" @click="handleAdd" v-has="'sys:dict:operation'">{{ $t('newlyAdded') }}</a-button>-->
|
||||||
|
<a-button icon="plus" type="primary" @click="handleAdd" v-has="'sys:dict:operation'">{{ $t('newlyAdded') }}</a-button>
|
||||||
<!--批量删除-->
|
<!--批量删除-->
|
||||||
<a-button type="primary" icon="delete" ghost v-if="record.isReadOnly === IsReadOnlyEnums.configurable.value || record.isReadOnly === IsReadOnlyEnums.subConfigurable.value" @click="batchDel" v-has="'sys:dict:operation'">{{ $t('batchDelete') }}</a-button>
|
<a-button type="primary" icon="delete" ghost v-if="record.isReadOnly === IsReadOnlyEnums.configurable.value || record.isReadOnly === IsReadOnlyEnums.subConfigurable.value" @click="batchDel" v-has="'sys:dict:operation'">{{ $t('batchDelete') }}</a-button>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user