mirror of
https://github.com/YMFE/yapi.git
synced 2024-12-21 05:19:42 +08:00
Merge branch 'dev' of gitlab.corp.qunar.com:mfe/yapi into dev
This commit is contained in:
commit
8f4939ee78
@ -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) => {
|
||||
|
Loading…
Reference in New Issue
Block a user