|
|
|
@ -1,5 +1,5 @@
|
|
|
|
|
import React,{ Component } from "react";
|
|
|
|
|
import { Input,Checkbox, Pagination,Menu, AutoComplete,Spin } from "antd";
|
|
|
|
|
import { Input,Checkbox, Pagination,Menu, AutoComplete,Spin,Icon } from "antd";
|
|
|
|
|
import { WordsBtn,on, trigger } from 'educoder';
|
|
|
|
|
import {Link} from 'react-router-dom';
|
|
|
|
|
import axios from'axios';
|
|
|
|
@ -1029,7 +1029,7 @@ class ShixunHomework extends Component{
|
|
|
|
|
|
|
|
|
|
let main_id=this.props.match.params.main_id;
|
|
|
|
|
let category_id=this.props.match.params.category_id;
|
|
|
|
|
|
|
|
|
|
const dataSource = ['12345', '23456', '34567'];
|
|
|
|
|
return(
|
|
|
|
|
<React.Fragment >
|
|
|
|
|
<div>
|
|
|
|
@ -1225,7 +1225,7 @@ class ShixunHomework extends Component{
|
|
|
|
|
dropdownStyle={{ width: 300 }}
|
|
|
|
|
size="large"
|
|
|
|
|
style={{ width: '100%' }}
|
|
|
|
|
dataSource={options}
|
|
|
|
|
dataSource={dataSource}
|
|
|
|
|
placeholder="input here"
|
|
|
|
|
optionLabelProp="value"
|
|
|
|
|
>
|
|
|
|
|