vue3:review 租户列表、租户套餐、用户管理

This commit is contained in:
YunaiV
2022-11-26 22:12:02 +08:00
parent 7e5c44b0db
commit ae8795df8e
6 changed files with 22 additions and 10 deletions

View File

@@ -204,7 +204,7 @@ const handleDelete = async (rowId: number) => {
}
const userNicknameFormat = (row) => {
if (!row || !row.leaderUserId || row.leaderUserId == null) {
if (!row || !row.leaderUserId) {
return '未设置'
}
for (const user of userOption.value) {