添加映射类型
This commit is contained in:
@@ -47,7 +47,13 @@
|
|||||||
? "申请加入"
|
? "申请加入"
|
||||||
: scope.row.type == 2
|
: scope.row.type == 2
|
||||||
? "申请退出"
|
? "申请退出"
|
||||||
: "邀请加入"
|
: scope.row.type == 3
|
||||||
|
? "邀请加入"
|
||||||
|
: scope.row.type == 4
|
||||||
|
? "设置管理员"
|
||||||
|
: scope.row.type == 5
|
||||||
|
? "移除管理员"
|
||||||
|
: "移除成员"
|
||||||
}}
|
}}
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
|
Reference in New Issue
Block a user