hide full name of a terminal from DE
This commit is contained in:
parent
a23b0611b0
commit
48c2c14e94
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue