[update 搜索中心] 完善

This commit is contained in:
danshihao
2024-06-28 10:37:58 +08:00
parent acdd3beb54
commit 254f4dbd72
7 changed files with 54 additions and 35 deletions
+4 -2
View File
@@ -12,8 +12,10 @@ module.exports = {
standardClass: 'Standard Class',
dynamicType: 'Dynamic Type',
applicableVehicleType: 'Applicable Vehicle Type',
standardType: 'Standard Type',
state: 'State',
standardCategoryCode: 'Standard classification code',
applicableMarkets: 'Applicable markets',
standardType: 'Type',
state: 'Standard state',
enterpriseStandardCode: 'Enterprise Standard Code',
standardState: 'Standard State',
standardGradeClassification: 'Standard Grade Classification',
+5 -3
View File
@@ -11,9 +11,11 @@ module.exports = {
resourceType: '资源类型',
standardClass: '标准类别',
dynamicType: '动力类型',
applicableVehicleType: '适用车辆类型',
standardType: '标准类型',
state: '状态',
applicableVehicleType: '适用车型',
standardCategoryCode: '标准分类代码',
applicableMarkets: '适用市场',
standardType: '类型',
state: '标准状态',
enterpriseStandardCode: '企业标准代号',
standardState: '标准状态',
standardGradeClassification: '标准等级分类',
@@ -110,6 +110,7 @@ module.exports = {
pcrNumber: 'PCR number',
rectifyFinishingDate: 'Completion date of rectification',
viewMarketList: 'View market list',
viewTroubleshootingResults: 'View troubleshooting results'
viewTroubleshootingResults: 'View troubleshooting results',
exportXlsName: 'Standard Master Plan'
}
}
@@ -111,6 +111,7 @@ module.exports = {
pcrNumber: 'PCR编号',
rectifyFinishingDate: '整改完成日期',
viewMarketList: '查看市场清单',
viewTroubleshootingResults: '查看排查结果'
viewTroubleshootingResults: '查看排查结果',
exportXlsName: '标准主计划'
}
}