diff --git a/src/views/nobleman/GuildMove.vue b/src/views/nobleman/GuildMove.vue index e7aa479..ab57254 100644 --- a/src/views/nobleman/GuildMove.vue +++ b/src/views/nobleman/GuildMove.vue @@ -47,7 +47,13 @@ ? "申请加入" : scope.row.type == 2 ? "申请退出" - : "邀请加入" + : scope.row.type == 3 + ? "邀请加入" + : scope.row.type == 4 + ? "设置管理员" + : scope.row.type == 5 + ? "移除管理员" + : "移除成员" }}