mirror of
https://github.com/PanJiaChen/vue-element-admin.git
synced 2025-09-01 13:33:58 +08:00
added user type to germany users list
This commit is contained in:
parent
b95bd2a23d
commit
41eb5552dc
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user