{(pane?.notCurrentPane ? false : this.state.modalVisible) ?
0 ? this.state.modalPanel.title : ''}
visible={pane?.notCurrentPane ? false : this.state.modalVisible}
onCancel={this.handlePpopUpPaneCancel.bind(this)}
onOk={this.handleOk.bind(this)}
width={1000}
okText={BtnSure}
cancelText={BtnCancel}
>
{
roleShow !== '' ? roleShow : ''
}
{modalContent}
: ''}