chromesetting
杨树明 5 years ago
parent bf7362639f
commit becba8fb09

@ -398,7 +398,7 @@ class TPMBanner extends Component {
hidenpublic=()=>{ hidenpublic=()=>{
this.setState({ this.setState({
Modalstype: true, Modalstype: true,
Modalstopval: "是否确认撤销公开?", Modalstopval: "是否确认撤销申请公开?",
modalsMidval:" ", modalsMidval:" ",
ModalsBottomval:" ", ModalsBottomval:" ",
ModalCancel: this.ModalCancel, ModalCancel: this.ModalCancel,
@ -1095,8 +1095,8 @@ class TPMBanner extends Component {
} }
{shixunsDetails.shixun_status === 2 && shixunsDetails.public===1 && this.props.identity < 5 ? {shixunsDetails.shixun_status === 2 && shixunsDetails.public===1 && this.props.identity < 5 ?
<Button type="primary" ghost id="challenge_begin" onClick={this.hidenpublic} className="fr user_default_btn user_blue_btn mr20 font-18 height39"> <Button type="primary" ghost id="challenge_begin" onClick={this.hidenpublic} className="fr user_default_btn user_blue_btn mr20 font-18 height39" style={{'width': '140px'}}>ss
撤销公开 撤销申请公开
</Button>: "" </Button>: ""
} }

@ -127,7 +127,7 @@ export default class Shixuninformation extends Component {
} }
Checkvnc = () => { Checkvnc = () => {
console.log(this.state.vnc)
if (this.state.vnc === false) { if (this.state.vnc === false) {
this.setState({ this.setState({
hide_code: false, hide_code: false,
@ -193,7 +193,8 @@ export default class Shixuninformation extends Component {
} else { } else {
this.setState({ this.setState({
multi_webssh: false, multi_webssh: false,
opensshRadio: null opensshRadio: null,
hide_code:false
}) })
} }
this.setState({ this.setState({
@ -274,7 +275,7 @@ export default class Shixuninformation extends Component {
</span> : ""} </span> : ""}
</div> : ""} </div> : ""}
{this.state.vnc === true ? "" : <div className="clearfix mb20"> {this.state.vnc === true||this.state.websshshow === false ? "" : <div className="clearfix mb20">
<span className="color-grey-6 mt5 fl font-16 ml17" style={{minWidth: '45px'}}>隐藏代码窗口</span> <span className="color-grey-6 mt5 fl font-16 ml17" style={{minWidth: '45px'}}>隐藏代码窗口</span>
<span className="fl mt8"> <span className="fl mt8">
<Checkbox <Checkbox

Loading…
Cancel
Save