mirror of
https://github.com/PanJiaChen/vue-element-admin.git
synced 2025-09-01 13:33:58 +08:00
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…
x
Reference in New Issue
Block a user