[update 标准主计划] 关联其他模块

This commit is contained in:
danshihao
2024-07-18 20:03:11 +08:00
parent f244212daa
commit a5fcafceca
3 changed files with 5 additions and 3 deletions
@@ -121,6 +121,7 @@ module.exports = {
rectifyFinishingDate: 'Completion date of rectification',
viewMarketList: 'View market list',
viewTroubleshootingResults: 'View troubleshooting results',
exportXlsName: 'Standard Master Plan'
exportXlsName: 'Standard Master Plan',
interpretationTable: 'Interpretation Table'
}
}
@@ -122,6 +122,7 @@ module.exports = {
rectifyFinishingDate: '整改完成日期',
viewMarketList: '查看市场清单',
viewTroubleshootingResults: '查看排查结果',
exportXlsName: '标准主计划'
exportXlsName: '标准主计划',
interpretationTable: '解读表'
}
}