添加映射类型

This commit is contained in:
dragon
2024-05-23 14:41:31 +08:00
parent 69ec2ebef9
commit 80ddf7b5a5

View File

@@ -47,7 +47,13 @@
? "申请加入"
: scope.row.type == 2
? "申请退出"
: "邀请加入"
: scope.row.type == 3
? "邀请加入"
: scope.row.type == 4
? "设置管理员"
: scope.row.type == 5
? "移除管理员"
: "移除成员"
}}
</template>
</el-table-column>