Commit 6422eb4a by zhangleyuan

Merge branch 'feature/zahngleyuan/20210607/cloud-cass-remodel' into gray

parents e57e2ba2 49aacf4d
...@@ -203,7 +203,7 @@ class ChooseMembersModal extends React.Component { ...@@ -203,7 +203,7 @@ class ChooseMembersModal extends React.Component {
title: '全选', // 实际为头像,但在表格上这行要求显示为全选 title: '全选', // 实际为头像,但在表格上这行要求显示为全选
key: 'avatar', key: 'avatar',
dataIndex: 'avatar', dataIndex: 'avatar',
width: '30%', width: '70%',
render: (value, record) => { render: (value, record) => {
const { adminName } = record; const { adminName } = record;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment