西铁院运行图编制调整
This commit is contained in:
parent
12d25d1643
commit
ceb7fa7e5e
@ -176,6 +176,7 @@ export default {
|
|||||||
simulationSystem: 'The simulation system',
|
simulationSystem: 'The simulation system',
|
||||||
lessonSystem: 'The lesson system',
|
lessonSystem: 'The lesson system',
|
||||||
examSystem: 'The exam system',
|
examSystem: 'The exam system',
|
||||||
|
runPlanSystem: 'The run plan system',
|
||||||
personalDetails: 'information',
|
personalDetails: 'information',
|
||||||
trainingPlatformEntrance: 'Training platform entrance',
|
trainingPlatformEntrance: 'Training platform entrance',
|
||||||
designPlatformEntrance: 'Design platform entrance'
|
designPlatformEntrance: 'Design platform entrance'
|
||||||
|
@ -176,6 +176,7 @@ export default {
|
|||||||
simulationSystem: '仿真系统',
|
simulationSystem: '仿真系统',
|
||||||
lessonSystem: '教学系统',
|
lessonSystem: '教学系统',
|
||||||
examSystem: '考试系统',
|
examSystem: '考试系统',
|
||||||
|
runPlanSystem: '运行图系统',
|
||||||
personalDetails: '个人信息',
|
personalDetails: '个人信息',
|
||||||
trainingPlatformEntrance: '实训平台入口',
|
trainingPlatformEntrance: '实训平台入口',
|
||||||
designPlatformEntrance: '设计平台入口'
|
designPlatformEntrance: '设计平台入口'
|
||||||
|
@ -27,6 +27,7 @@
|
|||||||
<span v-if="node.data.id ==='Simulation'"> {{ node.data.name+ $t('global.simulationSystem') }}</span>
|
<span v-if="node.data.id ==='Simulation'"> {{ node.data.name+ $t('global.simulationSystem') }}</span>
|
||||||
<span v-else-if="node.data.id ==='Lesson'"> {{ node.data.name+ $t('global.lessonSystem') }}</span>
|
<span v-else-if="node.data.id ==='Lesson'"> {{ node.data.name+ $t('global.lessonSystem') }}</span>
|
||||||
<span v-else-if="node.data.id ==='Exam'"> {{ node.data.name+ $t('global.examSystem') }}</span>
|
<span v-else-if="node.data.id ==='Exam'"> {{ node.data.name+ $t('global.examSystem') }}</span>
|
||||||
|
<span v-else-if="node.data.id ==='Plan'"> {{ node.data.name+ $t('global.runPlanSystem') }}</span>
|
||||||
<span v-else> {{ node.data.name }}</span>
|
<span v-else> {{ node.data.name }}</span>
|
||||||
</span>
|
</span>
|
||||||
</el-tree>
|
</el-tree>
|
||||||
|
Loading…
Reference in New Issue
Block a user