glj-代码提交

This commit is contained in:
管李杰 2024-08-08 16:51:38 +08:00
parent 08d635081a
commit a599205086
1 changed files with 6 additions and 6 deletions

View File

@ -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">