|
|
|
|
@ -422,6 +422,9 @@ var NoData = __webpack_require__(72721);
|
|
|
|
|
var CodeBox = __webpack_require__(80120);
|
|
|
|
|
// EXTERNAL MODULE: ./src/pages/Classrooms/Lists/components/BottomControl/index.tsx + 1 modules
|
|
|
|
|
var BottomControl = __webpack_require__(56625);
|
|
|
|
|
// EXTERNAL MODULE: ./node_modules/_dayjs@1.11.13@dayjs/dayjs.min.js
|
|
|
|
|
var dayjs_min = __webpack_require__(61186);
|
|
|
|
|
var dayjs_min_default = /*#__PURE__*/__webpack_require__.n(dayjs_min);
|
|
|
|
|
;// CONCATENATED MODULE: ./src/pages/Classrooms/Lists/ProblemPractice/index.tsx
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -442,6 +445,7 @@ var BottomControl = __webpack_require__(56625);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
var ProblemPractice = function ProblemPractice(_ref) {
|
|
|
|
|
var _user$userInfo4, _detailLeftMenus$cour;
|
|
|
|
|
@ -498,19 +502,11 @@ var ProblemPractice = function ProblemPractice(_ref) {
|
|
|
|
|
type: 'created_at',
|
|
|
|
|
direction: 'desc'
|
|
|
|
|
}, {
|
|
|
|
|
name: '按考试时长升序',
|
|
|
|
|
type: 'time',
|
|
|
|
|
direction: 'asc'
|
|
|
|
|
}, {
|
|
|
|
|
name: '按考试时长降序',
|
|
|
|
|
type: 'time',
|
|
|
|
|
direction: 'desc'
|
|
|
|
|
}, {
|
|
|
|
|
name: '按试卷名称升序',
|
|
|
|
|
name: '按练习名称升序',
|
|
|
|
|
type: 'exercise_name',
|
|
|
|
|
direction: 'asc'
|
|
|
|
|
}, {
|
|
|
|
|
name: '按试卷名称降序',
|
|
|
|
|
name: '按练习名称降序',
|
|
|
|
|
type: 'exercise_name',
|
|
|
|
|
direction: 'desc'
|
|
|
|
|
}];
|
|
|
|
|
@ -841,10 +837,16 @@ var ProblemPractice = function ProblemPractice(_ref) {
|
|
|
|
|
children: item === null || item === void 0 ? void 0 : item.name
|
|
|
|
|
})
|
|
|
|
|
}), /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
|
|
|
|
|
className: ProblemPracticemodules.question_count,
|
|
|
|
|
children: ["\u5171 ", /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
|
|
|
|
|
children: item === null || item === void 0 ? void 0 : item.question_count
|
|
|
|
|
}), " \u9053\u9898"]
|
|
|
|
|
className: "mt10",
|
|
|
|
|
children: [/*#__PURE__*/(0,jsx_runtime.jsxs)("span", {
|
|
|
|
|
className: ProblemPracticemodules.question_count,
|
|
|
|
|
children: ["\u5171 ", /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
|
|
|
|
|
children: item === null || item === void 0 ? void 0 : item.question_count
|
|
|
|
|
}), " \u9053\u9898"]
|
|
|
|
|
}), /*#__PURE__*/(0,jsx_runtime.jsxs)("span", {
|
|
|
|
|
className: "ml30 c-grey-666",
|
|
|
|
|
children: ["\u521B\u5EFA\u65F6\u95F4\uFF1A", dayjs_min_default()(item.created_at).format('YYYY-MM-DD HH:mm:ss')]
|
|
|
|
|
})]
|
|
|
|
|
})]
|
|
|
|
|
})]
|
|
|
|
|
}), /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
|