{this.props.type === 'modify' ?
更名前:
{this.props.enterpriseName}
: this.props.type === 'journal' ?
{this.state.initialName ?
初始客户名称:{this.state.initialName}
: null}
: null
}
{
this.props.type === 'modify' ?
{
e.stopPropagation();
this.onOk();
}} okText="确定" cancelText="取消">
: null
}