西铁院运行图编制调整

This commit is contained in:
fan 2019-10-25 16:59:23 +08:00
parent 12d25d1643
commit ceb7fa7e5e
3 changed files with 3 additions and 0 deletions

View File

@ -176,6 +176,7 @@ export default {
simulationSystem: 'The simulation system',
lessonSystem: 'The lesson system',
examSystem: 'The exam system',
runPlanSystem: 'The run plan system',
personalDetails: 'information',
trainingPlatformEntrance: 'Training platform entrance',
designPlatformEntrance: 'Design platform entrance'

View File

@ -176,6 +176,7 @@ export default {
simulationSystem: '仿真系统',
lessonSystem: '教学系统',
examSystem: '考试系统',
runPlanSystem: '运行图系统',
personalDetails: '个人信息',
trainingPlatformEntrance: '实训平台入口',
designPlatformEntrance: '设计平台入口'

View File

@ -27,6 +27,7 @@
<span v-if="node.data.id ==='Simulation'">&nbsp;{{ node.data.name+ $t('global.simulationSystem') }}</span>
<span v-else-if="node.data.id ==='Lesson'">&nbsp;{{ node.data.name+ $t('global.lessonSystem') }}</span>
<span v-else-if="node.data.id ==='Exam'">&nbsp;{{ node.data.name+ $t('global.examSystem') }}</span>
<span v-else-if="node.data.id ==='Plan'">&nbsp;{{ node.data.name+ $t('global.runPlanSystem') }}</span>
<span v-else>&nbsp;{{ node.data.name }}</span>
</span>
</el-tree>