|
|
|
@ -1,50 +1,16 @@
|
|
|
|
|
export default Itembankstops;
|
|
|
|
|
|
|
|
|
|
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, Tooltip
|
|
|
|
|
} from "antd";
|
|
|
|
|
import './../questioncss/questioncom.css';
|
|
|
|
|
import Newknledpots from './Newknledpots'
|
|
|
|
|
const InputGroup = Input.Group;
|
|
|
|
|
const { Option } = Select;
|
|
|
|
|
const queryString = require('query-string');
|
|
|
|
|
|
|
|
|
|
const options = [
|
|
|
|
|
{
|
|
|
|
|
value: '方向',
|
|
|
|
|
label: '方向',
|
|
|
|
|
children: [
|
|
|
|
|
{
|
|
|
|
|
value: '课程',
|
|
|
|
|
label: '课程',
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
value: 'jiangsu',
|
|
|
|
|
label: 'Jiangsu',
|
|
|
|
|
children: [
|
|
|
|
|
{
|
|
|
|
|
value: 'nanjing',
|
|
|
|
|
label: 'Nanjing',
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
];
|
|
|
|
|
//Comthetestpaperst试卷的
|
|
|
|
|
class Itembankstop extends Component {
|
|
|
|
|
constructor(props) {
|
|
|
|
@ -685,7 +651,6 @@ class Itembankstop extends Component {
|
|
|
|
|
`
|
|
|
|
|
body{
|
|
|
|
|
width: 100%!important;
|
|
|
|
|
overflow: hidden!important;
|
|
|
|
|
}
|
|
|
|
|
.ant-form-item{
|
|
|
|
|
margin-bottom: 0px !important;
|
|
|
|
@ -738,6 +703,7 @@ class Itembankstop extends Component {
|
|
|
|
|
)(
|
|
|
|
|
|
|
|
|
|
<Cascader style={{ width: '270px' }} options={options} onChange={this.handleFormzhishidian}
|
|
|
|
|
placeholder="请选择..." />
|
|
|
|
|
|
|
|
|
|
)}
|
|
|
|
|
</Form.Item>
|
|
|
|
@ -766,8 +732,7 @@ class Itembankstop extends Component {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
)
|
|
|
|
|
}
|
|
|
|
|
)}
|
|
|
|
|
</Form.Item>
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
@ -803,7 +768,8 @@ class Itembankstop extends Component {
|
|
|
|
|
label="题型"
|
|
|
|
|
>
|
|
|
|
|
{getFieldDecorator("rbtx",
|
|
|
|
|
{initialValue: this.state.rbtx,
|
|
|
|
|
{
|
|
|
|
|
initialValue: this.state.rbtx,
|
|
|
|
|
rules: [{ required: true, message: '请选择题型' }],
|
|
|
|
|
}
|
|
|
|
|
)(
|
|
|
|
@ -891,6 +857,7 @@ class Itembankstop extends Component {
|
|
|
|
|
</div>
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|