|
|
@ -685,6 +685,8 @@ export default class TPMsettings extends Component {
|
|
|
|
evaluate_script, exec_time, webssh, use_scope, trainee, can_copy, task_pass, test_set_permission, hide_code, code_hidden, forbid_copy, vnc,multi_webssh,
|
|
|
|
evaluate_script, exec_time, webssh, use_scope, trainee, can_copy, task_pass, test_set_permission, hide_code, code_hidden, forbid_copy, vnc,multi_webssh,
|
|
|
|
opening_time, pod_exist_time,shixunmemoMDvalue,shixun_service_configs
|
|
|
|
opening_time, pod_exist_time,shixunmemoMDvalue,shixun_service_configs
|
|
|
|
} = this.state;
|
|
|
|
} = this.state;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
console.log(shixun_service_configs)
|
|
|
|
let operateauthority=this.props.identity<5&&this.state.status==0||this.props.identity===1&&this.state.status==2||this.props.identity===1&&this.state.status==1;
|
|
|
|
let operateauthority=this.props.identity<5&&this.state.status==0||this.props.identity===1&&this.state.status==2||this.props.identity===1&&this.state.status==1;
|
|
|
|
|
|
|
|
|
|
|
|
const description_editormd = this.description_editormd.getValue();
|
|
|
|
const description_editormd = this.description_editormd.getValue();
|
|
|
@ -1775,8 +1777,9 @@ export default class TPMsettings extends Component {
|
|
|
|
<span className="color-grey-6 mt5 fl" style={{minWidth: '95px'}}>开启时间:</span>
|
|
|
|
<span className="color-grey-6 mt5 fl" style={{minWidth: '95px'}}>开启时间:</span>
|
|
|
|
<span className="fl mt5">
|
|
|
|
<span className="fl mt5">
|
|
|
|
<DatePicker
|
|
|
|
<DatePicker
|
|
|
|
showToday={false}
|
|
|
|
showToday={false}
|
|
|
|
showTime
|
|
|
|
showTime
|
|
|
|
|
|
|
|
width={178}
|
|
|
|
locale={locale}
|
|
|
|
locale={locale}
|
|
|
|
format={dateFormat}
|
|
|
|
format={dateFormat}
|
|
|
|
placeholder="请选择开启时间"
|
|
|
|
placeholder="请选择开启时间"
|
|
|
|