This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
zhaoy
/
BPA.SAAS.Web
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
提交
groupmealweb
gwbvipvip
10 months ago
parent
673e8f7e0b
commit
914efbeb49
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
src/pages/groupMeal/member/memberInfo/index.jsx
+ 1
- 0
src/pages/groupMeal/member/memberInfo/index.jsx
View File
@@ -207,6 +207,7 @@ const MemberManage = () => {
title: '昵称',
dataIndex: 'nickName',
valueType: 'textarea',
ellipsis: true,
hideInForm: true,
render: (_, record) => (
<a>{isBase64(record.nickName) ? decodeBPABase64(record.nickName) : record.nickName}</a>
Write
Preview
Loading…
Cancel
Save