added user type to germany users list
This commit is contained in:
@@ -42,6 +42,12 @@
|
|||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
|
|
||||||
|
<el-table-column v-if="$store.state.settings.platform === 'OLFDE'" align="center" label=Type width="200">
|
||||||
|
<template slot-scope="scope">
|
||||||
|
<span>{{ scope.row.type_id }}</span>
|
||||||
|
</template>
|
||||||
|
</el-table-column>
|
||||||
|
|
||||||
<el-table-column align="center" label="Status" width="200">
|
<el-table-column align="center" label="Status" width="200">
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
<span v-if="scope.row.status_id===100">Active</span>
|
<span v-if="scope.row.status_id===100">Active</span>
|
||||||
|
Reference in New Issue
Block a user