added user type to germany users list

This commit is contained in:
Chad Derya 2019-09-12 18:22:53 +01:00
parent b95bd2a23d
commit 41eb5552dc
1 changed files with 6 additions and 0 deletions

View File

@ -42,6 +42,12 @@
</template>
</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">
<template slot-scope="scope">
<span v-if="scope.row.status_id===100">Active</span>