分配成为灾害管理员页面名称问题

This commit is contained in:
遥望-倪浩天 2024-09-23 09:14:25 +08:00
parent 8efd913d7a
commit a873a14024
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">Admin</el-tag>
<el-tag type="info" v-if="scope.row.userStatus == 1">Chief admin</el-tag>
<el-tag type="info" v-if="scope.row.userStatus == 1">Admin</el-tag>
<el-tag type="info" v-if="scope.row.userStatus == 0">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'">Admin</el-tag>
<el-tag type="info" v-if="scope.row.roleId == '1123598816738675203'">Chief admin</el-tag>
<el-tag type="info" v-if="scope.row.roleId == '1123598816738675203'">Admin</el-tag>
<el-tag type="info" v-if="scope.row.roleId == '1793193529859244033'">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'">Admin</el-tag>
<el-tag type="info" v-if="scope.row.roleId == '1123598816738675203'">Chief admin</el-tag>
<el-tag type="info" v-if="scope.row.roleId == '1123598816738675203'">Admin</el-tag>
<el-tag type="info" v-if="scope.row.roleId == '1793193529859244033'">Chief admin</el-tag>
</template>
</el-table-column>
<el-table-column fixed="right" label="Operations" min-width="120">