hide full name of a terminal from DE
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user