|
|
|
@ -1,46 +1,19 @@
|
|
|
|
|
|
|
|
|
|
import React, { Component } from "react";
|
|
|
|
|
import { Link, NavLink } from 'react-router-dom';
|
|
|
|
|
import { WordsBtn, ActionBtn, SnackbarHOC, getImageUrl } from 'educoder';
|
|
|
|
|
import { getImageUrl } from 'educoder';
|
|
|
|
|
import axios from 'axios';
|
|
|
|
|
import {
|
|
|
|
|
notification,
|
|
|
|
|
Spin,
|
|
|
|
|
Table,
|
|
|
|
|
Pagination,
|
|
|
|
|
Radio,
|
|
|
|
|
Checkbox,
|
|
|
|
|
Form,
|
|
|
|
|
Input,
|
|
|
|
|
Select,
|
|
|
|
|
Cascader,
|
|
|
|
|
Col, Row, InputNumber, DatePicker, AutoComplete, Button, Tag
|
|
|
|
|
InputNumber, AutoComplete
|
|
|
|
|
} from "antd";
|
|
|
|
|
import './../questioncss/questioncom.css';
|
|
|
|
|
import './../questioncss/questioncom.css'
|
|
|
|
|
import Newknledpots from '../component/Newknledpots'
|
|
|
|
|
const InputGroup = Input.Group;
|
|
|
|
|
const { Option } = Select;
|
|
|
|
|
const options = [
|
|
|
|
|
{
|
|
|
|
|
value: '方向',
|
|
|
|
|
label: '方向',
|
|
|
|
|
children: [
|
|
|
|
|
{
|
|
|
|
|
value: '课程',
|
|
|
|
|
label: '课程',
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
value: 'jiangsu',
|
|
|
|
|
label: 'Jiangsu',
|
|
|
|
|
children: [
|
|
|
|
|
{
|
|
|
|
|
value: 'nanjing',
|
|
|
|
|
label: 'Nanjing',
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
];
|
|
|
|
|
//Itembankstop Intelligentcomponents 题库的
|
|
|
|
|
class Comthetestpaperst extends Component {
|
|
|
|
|
constructor(props) {
|
|
|
|
@ -475,6 +448,7 @@ class Comthetestpaperst extends Component {
|
|
|
|
|
//////console.log('Clicked! But prevent default.');
|
|
|
|
|
}
|
|
|
|
|
deletesobject = (item, index) => {
|
|
|
|
|
|
|
|
|
|
var tmp = this.state.Knowpoints;
|
|
|
|
|
for (var i = 0; i < tmp.length; i++) {
|
|
|
|
|
if (i === index) {
|
|
|
|
@ -749,10 +723,9 @@ class Comthetestpaperst extends Component {
|
|
|
|
|
)
|
|
|
|
|
})}
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
)}
|
|
|
|
|
</Form.Item>
|
|
|
|
|
</div >
|
|
|
|
|
:
|
|
|
|
|
""
|
|
|
|
|
}
|
|
|
|
|
<style>
|
|
|
|
|
{
|
|
|
|
|
`
|
|
|
|
|