Auto Submit

dev_local_v9_test6
autosubmit 1 year ago
parent 0ab9e5127c
commit 9c99cbe160

@ -26,7 +26,7 @@
display: block !important;
}
</style><script>if(document.domain !== "www.educoder.net") document.title = '';</script>
<script src="/react/build/umi.8c369687.js"></script>
<script src="/react/build/umi.f126cf9a.js"></script>
<script src="/react/build/js/public.js"></script>
</body>
</html>

@ -47,6 +47,8 @@ var es_button = __webpack_require__(3113);
var progress = __webpack_require__(93948);
// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/select/index.js
var es_select = __webpack_require__(57809);
// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/dropdown/index.js + 1 modules
var dropdown = __webpack_require__(38854);
// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/table/index.js + 85 modules
var table = __webpack_require__(61998);
// EXTERNAL MODULE: ./src/components/NoData/index.tsx
@ -105,6 +107,10 @@ var ui_customization = __webpack_require__(78764);
// EXTERNAL MODULE: ./node_modules/_react-infinite-scroller@1.2.4@react-infinite-scroller/index.js
var _react_infinite_scroller_1_2_4_react_infinite_scroller = __webpack_require__(26724);
var _react_infinite_scroller_1_2_4_react_infinite_scroller_default = /*#__PURE__*/__webpack_require__.n(_react_infinite_scroller_1_2_4_react_infinite_scroller);
// EXTERNAL MODULE: ./src/utils/authority.ts
var authority = __webpack_require__(38296);
// EXTERNAL MODULE: ./node_modules/_@ant-design_icons@5.5.1@@ant-design/icons/es/icons/DownOutlined.js + 1 modules
var DownOutlined = __webpack_require__(78386);
// EXTERNAL MODULE: ./node_modules/_react@17.0.2@react/jsx-runtime.js
var jsx_runtime = __webpack_require__(37712);
;// CONCATENATED MODULE: ./src/pages/Classrooms/Lists/Statistics/CourseStatistics/index.tsx
@ -126,6 +132,8 @@ dayjs_min_default().locale('zh-cn');
var ShixunsListPage = function ShixunsListPage(_ref) {
var classroomList = _ref.classroomList,
globalSetting = _ref.globalSetting,
@ -407,7 +415,9 @@ var ShixunsListPage = function ShixunsListPage(_ref) {
width: 240,
zIndex: 10
},
children: detailCourseGroupsList.group_count > 0 && tableData.map(function (item, key) {
children:
// detailCourseGroupsList.group_count > 0 &&
tableData.map(function (item, key) {
return /*#__PURE__*/(0,jsx_runtime.jsx)(menu/* default */.Z.Item, {
children: /*#__PURE__*/(0,jsx_runtime.jsx)(es_checkbox/* default */.Z, {
checked: selectArrs.includes(item.id),
@ -638,8 +648,12 @@ var ShixunsListPage = function ShixunsListPage(_ref) {
className: CourseStatisticsmodules.subText,
children: "\u8BFE\u7A0B\u8FDB\u5EA6\u8BE6\u60C5"
})]
}), /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
children: /*#__PURE__*/(0,jsx_runtime.jsx)(ui_customization/* CustomInput */.t7, {
}), /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
style: {
display: 'flex',
alignItems: 'center'
},
children: [/*#__PURE__*/(0,jsx_runtime.jsx)(ui_customization/* CustomInput */.t7, {
style: {
width: 280,
marginLeft: 20
@ -655,7 +669,29 @@ var ShixunsListPage = function ShixunsListPage(_ref) {
});
setStudentList(temp);
}
})
}),
// detailCourseGroupsList?.group_count > 0 &&
(0,authority/* isAdmin */.GJ)() && /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
style: {
marginLeft: '5px'
},
children: ["(", /*#__PURE__*/(0,jsx_runtime.jsx)(dropdown/* default */.Z, {
dropdownRender: function dropdownRender() {
return submenu;
},
open: submenuVisible,
onOpenChange: function onOpenChange(flag) {
setSubmenuVisible(flag);
},
children: /*#__PURE__*/(0,jsx_runtime.jsxs)("a", {
className: "ant-dropdown-link current",
onClick: function onClick(e) {
return e.preventDefault();
},
children: ["\u5206\u73ED ", /*#__PURE__*/(0,jsx_runtime.jsx)(DownOutlined/* default */.Z, {})]
})
}), ")"]
})]
})]
}), /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
children: [(studentList === null || studentList === void 0 ? void 0 : studentList.length) === 0 && /*#__PURE__*/(0,jsx_runtime.jsx)(NoData/* default */.Z, {}), (studentList === null || studentList === void 0 ? void 0 : studentList.length) > 0 && /*#__PURE__*/(0,jsx_runtime.jsx)("aside", {

@ -21593,9 +21593,6 @@ var NewLearnPathPage = function NewLearnPathPage(_ref) {
})
})
}), /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
style: {
position: 'relative'
},
children: [formValue2.mode_type === 2 && !relateVis && (selectShixunRows === null || selectShixunRows === void 0 ? void 0 : selectShixunRows.length) > 0 && /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
children: selectShixunRows.map(function (item) {
return /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
@ -21633,14 +21630,16 @@ var NewLearnPathPage = function NewLearnPathPage(_ref) {
style: {
marginBottom: '0px',
padding: '16px 20px',
maxHeight: 'unset'
maxHeight: 'unset',
position: 'relative'
},
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("div", {
className: AddLearnPathmodules.iconWrap,
style: {
position: 'absolute',
top: '-8px',
right: '-8px'
top: '10px',
right: '10px',
zIndex: '100'
},
children: /*#__PURE__*/(0,jsx_runtime.jsx)(tooltip/* default */.Z, {
title: "\u79FB\u9664",
@ -21656,16 +21655,21 @@ var NewLearnPathPage = function NewLearnPathPage(_ref) {
}
})
})
}), /*#__PURE__*/(0,jsx_runtime.jsx)(tree/* default */.Z, {
}), /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
style: {
background: '#F6F7F9',
color: '#333'
paddingTop: '10px'
},
checkable: false,
selectable: false,
defaultExpandAll: true,
treeData: checkedShixunNodes,
blockNode: true
children: /*#__PURE__*/(0,jsx_runtime.jsx)(tree/* default */.Z, {
style: {
background: '#F6F7F9',
color: '#333'
},
checkable: false,
selectable: false,
defaultExpandAll: true,
treeData: checkedShixunNodes,
blockNode: true
})
})]
})]
})]

@ -6475,7 +6475,7 @@ body {
}
.moFormSty___feZKW div[class~='ant-form-item-label'] label {
width: 82px;
height: 40px;
height: 40px !important;
justify-content: flex-end;
}
.moFormSty___feZKW .coverSty___qcGbO div[class~='ant-form-item'] {

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save