This commit is contained in:
刘彦泽
2023-04-10 11:26:59 +08:00
parent 2223f857db
commit 6f06d3a3f6
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1730,7 +1730,7 @@ module.exports = {
notethree:'Provide supporting materials', notethree:'Provide supporting materials',
verifyComplianceConfirmReturnReason:'Verify compliance Confirm return reason', verifyComplianceConfirmReturnReason:'Verify compliance Confirm return reason',
theDeliverablesCannotReferencedPleaseReselect:'The deliverables of this project cannot be referenced, please reselect', theDeliverablesCannotReferencedPleaseReselect:'The deliverables of this project cannot be referenced, please reselect',
MarketRegulationListMaintenance:'Market Regulation List Maintenance', marketRegulationListMaintenance:'Market Regulation List Maintenance',
regulatoryListTemplate:'Market Regulation List Template', regulatoryListTemplate:'Market Regulation List Template',
gnxtwh:'Functional system maintenance', gnxtwh:'Functional system maintenance',
gnxt:'Functional system', gnxt:'Functional system',
+1 -1
View File
@@ -1832,7 +1832,7 @@ module.exports = {
notethree:'\n提供证明材料\n', notethree:'\n提供证明材料\n',
verifyComplianceConfirmReturnReason:'验证符合性确认退回原因', verifyComplianceConfirmReturnReason:'验证符合性确认退回原因',
theDeliverablesCannotReferencedPleaseReselect:'不能引用本项目的交付物请重新选择', theDeliverablesCannotReferencedPleaseReselect:'不能引用本项目的交付物请重新选择',
MarketRegulationListMaintenance:'市场法规清单维护', marketRegulationListMaintenance:'市场法规清单维护',
regulatoryListTemplate:'市场法规清单模板', regulatoryListTemplate:'市场法规清单模板',
gnxtwh:'功能系统维护', gnxtwh:'功能系统维护',
gnxt:'功能系统', gnxt:'功能系统',
@@ -6,7 +6,7 @@
<!-- <a-icon @click="iconClick" type="arrow-left" style="margin-right: 6px;font-size: 26px;"/>--> <!-- <a-icon @click="iconClick" type="arrow-left" style="margin-right: 6px;font-size: 26px;"/>-->
<!-- </span>--> <!-- </span>-->
<span> <span>
{{isTrue ? $t('regulationListTemplateMaintenance'):$t('marketRegulationListDetails')}} {{isTrue ? $t('marketRegulationListMaintenance'):$t('marketRegulationListDetails')}}
</span> </span>
</div> </div>
<div class="Virtual-detail-right"> <div class="Virtual-detail-right">
@@ -987,7 +987,7 @@
if (this.$route.query.title == '市场清单详情') { if (this.$route.query.title == '市场清单详情') {
document.title = this.$t('marketRegulationListDetails') document.title = this.$t('marketRegulationListDetails')
} else { } else {
document.title = this.$t('regulationListTemplateMaintenance') document.title = this.$t('marketRegulationListMaintenance')
} }
}, },
mounted() { mounted() {