|
|
|
@ -1,7 +1,12 @@
|
|
|
|
|
|
|
|
|
|
import React, {Component} from "react";
|
|
|
|
|
import { markdownToHTML } from 'educoder';
|
|
|
|
|
import {Link, NavLink} from 'react-router-dom';
|
|
|
|
|
import {WordsBtn, ActionBtn, SnackbarHOC, getImageUrl, markdownToHTML} from 'educoder';
|
|
|
|
|
import axios from 'axios';
|
|
|
|
|
import {
|
|
|
|
|
notification,
|
|
|
|
|
Spin,
|
|
|
|
|
Table,
|
|
|
|
|
Pagination,
|
|
|
|
|
Radio,
|
|
|
|
|
Tooltip,
|
|
|
|
|
Icon
|
|
|
|
@ -234,9 +239,6 @@ class Listjihe extends Component {
|
|
|
|
|
}catch (e) {
|
|
|
|
|
itemsnamesy=items&&items.program_attr&&items.program_attr.description+"";
|
|
|
|
|
|
|
|
|
|
}catch (e) {
|
|
|
|
|
itemsnamesy=items&&items.program_attr&&items.program_attr.description+"";
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
var analysisnames="";
|
|
|
|
@ -284,8 +286,6 @@ class Listjihe extends Component {
|
|
|
|
|
// console.log(Periofters);
|
|
|
|
|
// console.log(Perioftersbols);
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
const types = questionType.filter(item => item.type === items.item_type);
|
|
|
|
|
return (
|
|
|
|
|
<div key={keindex}
|
|
|
|
|
className={chakanjiexiboolindex === keindex ? "w100s borderwds283 pd20 mb20 listjihecolors" : "borderwds pd20 mb20 listjihecolors"}>
|
|
|
|
|