dev_aliyun_beta
杨树林 6 years ago
parent ff63a9556a
commit 96788551ad

@ -14,7 +14,7 @@ import '../css/busyWork.css';
import '../poll/pollStyle.css'; import '../poll/pollStyle.css';
class CompletetopicdePage extends Component { class CompletetopicdePage extends Component {
//普通作业的题库详情 //毕设选题内容详情
constructor(props) { constructor(props) {
super(props); super(props);
// this.answerMdRef = React.createRef(); // this.answerMdRef = React.createRef();
@ -48,7 +48,6 @@ class CompletetopicdePage extends Component {
///////////////教师截止 ///////////////教师截止
render() { render() {
let {tab} = this.state;
const isAdmin = this.props.isAdmin(); const isAdmin = this.props.isAdmin();
// console.log(119) // console.log(119)
@ -81,7 +80,7 @@ class CompletetopicdePage extends Component {
<div className="edu-back-white "> <div className="edu-back-white ">
<div className="stud-class-set bor-bottom-greyE "> <div className="stud-class-set bor-bottom-greyE ">
<div className=" clearfix edu-back-white poll_list"> <div className=" clearfix edu-back-white poll_list">
<a className={parseInt(tab) === 0 ? "active" : ""} onClick={(e) => this.ChangeTab(0)}>内容详情</a> <a className={"active"}>内容详情</a>
<a className="fr color-blue font-16" >发送</a> <a className="fr color-blue font-16" >发送</a>
<a className="fr color-blue font-16" >编辑</a> <a className="fr color-blue font-16" >编辑</a>
<a className="fr color-blue font-16" >删除</a> <a className="fr color-blue font-16" >删除</a>

@ -11,7 +11,7 @@ import {
notification, notification,
} from "antd"; } from "antd";
import GroupPackage from '../groupjobbank/GroupPackage' import GroupPackage from '../groupjobbank/GroupPackage'
import './questionbank.css'; import './completetopicde.css';
class Completetopicdetails extends Component { class Completetopicdetails extends Component {

Loading…
Cancel
Save