hide full name of a terminal from DE

This commit is contained in:
Chad Derya 2019-09-12 11:34:52 +01:00
parent a23b0611b0
commit 48c2c14e94
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
<span>{{ scope.row.name }}</span> <span>{{ scope.row.name }}</span>
</template> </template>
</el-table-column> </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"> <template slot-scope="scope">
<span>{{ scope.row.fullName }}</span> <span>{{ scope.row.fullName }}</span>
</template> </template>