|
|
|
@ -21,9 +21,7 @@ import moment from 'moment';
|
|
|
|
|
import 'moment/locale/zh-cn';
|
|
|
|
|
import './yslexercisetable.css';
|
|
|
|
|
import {getImageUrl, toPath, sortDirections} from 'educoder';
|
|
|
|
|
import CheckBoxGroup from "../../page/component/CheckBoxGroup";
|
|
|
|
|
import NoneData from '../../../modules/courses/coursesPublic/NoneData'
|
|
|
|
|
import ModulationModal from "../coursesPublic/ModulationModal";
|
|
|
|
|
import NoneData from '../../../modules/courses/coursesPublic/NoneData';
|
|
|
|
|
import ModulationModal_exercise from "../coursesPublic/ModulationModal_exercise";
|
|
|
|
|
const Search = Input.Search;
|
|
|
|
|
const RadioGroup = Radio.Group;
|
|
|
|
@ -573,8 +571,7 @@ class Studentshavecompletedthelist extends Component {
|
|
|
|
|
dataIndex: 'efficiencyscore',
|
|
|
|
|
key: 'efficiencyscore',
|
|
|
|
|
align: 'center',
|
|
|
|
|
className: "edu-txt-center tabletd font-14",
|
|
|
|
|
width:"199px",
|
|
|
|
|
className: "edu-txt-center tabletd font-14 columnstwoachievement",
|
|
|
|
|
render: (text, record) => (
|
|
|
|
|
<span>
|
|
|
|
|
{
|
|
|
|
@ -612,7 +609,6 @@ class Studentshavecompletedthelist extends Component {
|
|
|
|
|
key: 'finalscore',
|
|
|
|
|
align: 'center',
|
|
|
|
|
className: "edu-txt-center tabletd font-14",
|
|
|
|
|
width:"98px",
|
|
|
|
|
render: (text, record) => (
|
|
|
|
|
<span>
|
|
|
|
|
{
|
|
|
|
|