glj-代码提交
This commit is contained in:
parent
08d635081a
commit
a599205086
|
@ -9,8 +9,8 @@
|
|||
<el-table-column prop="userEmail" label="E-mail" show-overflow-tooltip></el-table-column>
|
||||
<el-table-column prop="userStatus" label="role" show-overflow-tooltip>
|
||||
<template #default="scope">
|
||||
<el-tag type="info" v-if="scope.row.userStatus == 0">B1</el-tag>
|
||||
<el-tag type="info" v-if="scope.row.userStatus == 1">B2</el-tag>
|
||||
<el-tag type="info" v-if="scope.row.userStatus == 0">Admin</el-tag>
|
||||
<el-tag type="info" v-if="scope.row.userStatus == 1">Chief admin</el-tag>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column fixed="right" label="Operations" min-width="120">
|
||||
|
@ -50,8 +50,8 @@
|
|||
<el-table-column prop="email" label="E-mail" show-overflow-tooltip></el-table-column>
|
||||
<el-table-column prop="userStatus" label="role" show-overflow-tooltip>
|
||||
<template #default="scope">
|
||||
<el-tag type="info" v-if="scope.row.roleId == '1793193529859244033'">B1</el-tag>
|
||||
<el-tag type="info" v-if="scope.row.roleId == '1123598816738675203'">B2</el-tag>
|
||||
<el-tag type="info" v-if="scope.row.roleId == '1793193529859244033'">Admin</el-tag>
|
||||
<el-tag type="info" v-if="scope.row.roleId == '1123598816738675203'">Chief admin</el-tag>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<!-- <el-table-column fixed="left" label="Operations" min-width="120">
|
||||
|
@ -88,8 +88,8 @@
|
|||
<el-table-column prop="email" label="E-mail" show-overflow-tooltip></el-table-column>
|
||||
<el-table-column prop="userStatus" label="role" show-overflow-tooltip>
|
||||
<template #default="scope">
|
||||
<el-tag type="info" v-if="scope.row.roleId == '1793193529859244033'">B1</el-tag>
|
||||
<el-tag type="info" v-if="scope.row.roleId == '1123598816738675203'">B2</el-tag>
|
||||
<el-tag type="info" v-if="scope.row.roleId == '1793193529859244033'">Admin</el-tag>
|
||||
<el-tag type="info" v-if="scope.row.roleId == '1123598816738675203'">Chief admin</el-tag>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column fixed="right" label="Operations" min-width="120">
|
||||
|
|
Loading…
Reference in New Issue