|
|
@ -3,7 +3,7 @@ import React, { Component } from 'react';
|
|
|
|
import MonacoEditor from 'react-monaco-editor';
|
|
|
|
import MonacoEditor from 'react-monaco-editor';
|
|
|
|
|
|
|
|
|
|
|
|
//MonacoDiffEditor 对比模式
|
|
|
|
//MonacoDiffEditor 对比模式
|
|
|
|
import {Input, Select, Radio, Checkbox, Popconfirm, message, Modal,Icon,DatePicker} from 'antd';
|
|
|
|
import {Input, Select, Radio, Checkbox, Popconfirm, message, Modal,Icon,DatePicker,Breadcrumb} from 'antd';
|
|
|
|
|
|
|
|
|
|
|
|
// import "antd/dist/antd.css";
|
|
|
|
// import "antd/dist/antd.css";
|
|
|
|
|
|
|
|
|
|
|
@ -1256,7 +1256,12 @@ export default class TPMsettings extends Component {
|
|
|
|
let operateauthority=this.props.identity===1?true:this.props.identity<5&&this.state.status==0?true:false;
|
|
|
|
let operateauthority=this.props.identity===1?true:this.props.identity<5&&this.state.status==0?true:false;
|
|
|
|
|
|
|
|
|
|
|
|
return (
|
|
|
|
return (
|
|
|
|
<div className="educontent mt30 mb50" id="shixun_settings_show" onClick={this.bigopens} >
|
|
|
|
<div className="educontent mt30 mb50" id="shixun_settings_show" onClick={this.bigopens}>
|
|
|
|
|
|
|
|
<Breadcrumb separator=">" className={"mb20"}>
|
|
|
|
|
|
|
|
<Breadcrumb.Item href={"/shixuns/"+this.props.match.params.shixunId+"/challenges"}>实训详情</Breadcrumb.Item>
|
|
|
|
|
|
|
|
<Breadcrumb.Item>配置</Breadcrumb.Item>
|
|
|
|
|
|
|
|
</Breadcrumb>
|
|
|
|
|
|
|
|
|
|
|
|
<div className="edu-back-white mb10">
|
|
|
|
<div className="edu-back-white mb10">
|
|
|
|
<div className="padding30 bor-bottom-greyE clearfix">
|
|
|
|
<div className="padding30 bor-bottom-greyE clearfix">
|
|
|
|
<span className="fl font-16">配置</span>
|
|
|
|
<span className="fl font-16">配置</span>
|
|
|
|