bug57 苏电院西门子仿真线路:进路控制模式显示有误,自动显示人工 修改

This commit is contained in:
joylink_cuiweidong 2021-01-06 09:32:27 +08:00
parent 411bde3aee
commit 923e3ba05c

View File

@ -41,7 +41,7 @@
</el-table-column>
<el-table-column prop="status" :label="this.$t('menu.controlState')" width="180">
<template slot-scope="scope">
<span v-if="scope.row.controlType == '01'">{{ $t('menu.automatic') }}</span>
<span v-if="scope.row.atsControl == '01'">{{ $t('menu.automatic') }}</span>
<span v-else>{{ $t('menu.artificial') }}</span>
</template>
</el-table-column>