diff --git a/src/views/terminals/list.vue b/src/views/terminals/list.vue index b259bcdb..79abd45b 100644 --- a/src/views/terminals/list.vue +++ b/src/views/terminals/list.vue @@ -14,7 +14,7 @@ <span>{{ scope.row.name }}</span> </template> </el-table-column> - <el-table-column align="center" label="FullName" width="200"> + <el-table-column v-if="$store.state.settings.platform === 'OLFDE'" align="center" label="FullName" width="200"> <template slot-scope="scope"> <span>{{ scope.row.fullName }}</span> </template>