Merge branch 'dev' of gitlab.corp.qunar.com:mfe/yapi into dev

This commit is contained in:
suxiaoxin 2017-09-13 19:25:25 +08:00
commit 8f4939ee78

View File

@ -162,7 +162,7 @@ class ProjectMember extends Component {
render () {
const columns = [{
title: ' 项目成员 ('+this.state.projectMemberList.length + ') 人',
title: this.props.projectMsg.name + ' 项目成员 ('+this.state.projectMemberList.length + ') 人',
dataIndex: 'username',
key: 'username',
render: (text, record) => {