From fc40512a8ef336867b1a8e4ae8adac7089870e07 Mon Sep 17 00:00:00 2001 From: liuye Date: Thu, 3 Nov 2022 10:27:05 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=A8=E6=88=B7=E5=A7=93=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- project/tianfuxing/AppUserList/AppUserList.vue | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/project/tianfuxing/AppUserList/AppUserList.vue b/project/tianfuxing/AppUserList/AppUserList.vue index 6d2b8c83..d46a0633 100644 --- a/project/tianfuxing/AppUserList/AppUserList.vue +++ b/project/tianfuxing/AppUserList/AppUserList.vue @@ -136,6 +136,11 @@ export default { } }).then(res=> { if(res?.data) { + res.data.records.map((item)=> { + if(!item.realName) { + item.realName = item.nickName + } + }) this.tableData = res.data.records this.page.total = res.data.total }