|
|
|
|
@ -371,7 +371,7 @@ var SendToClassModal = function SendToClassModal(_ref) {
|
|
|
|
|
_context2.next = 15;
|
|
|
|
|
break;
|
|
|
|
|
}
|
|
|
|
|
(0,util/* openNewWindow */.xg)(is_jupyter ? "/tasks/".concat(execRes === null || execRes === void 0 ? void 0 : execRes.identifier, "/jupyter") : "/tasks/".concat(execRes.game_identifier, "?subject_id=").concat(params.pathId || ''));
|
|
|
|
|
(0,util/* openNewWindow */.xg)(is_jupyter ? "/tasks/".concat(execRes === null || execRes === void 0 ? void 0 : execRes.identifier, "/jupyter") : "/tasks/".concat(execRes.game_identifier, "?subject_id=").concat(id || params.pathId || ''));
|
|
|
|
|
return _context2.abrupt("return");
|
|
|
|
|
case 15:
|
|
|
|
|
if ((execRes === null || execRes === void 0 ? void 0 : execRes.status) === -3) {
|
|
|
|
|
@ -843,16 +843,11 @@ var SendToClassModal = function SendToClassModal(_ref) {
|
|
|
|
|
var bool = nodeData.index.slice(0, 1) === '1';
|
|
|
|
|
var notCollectPay = (nodeData === null || nodeData === void 0 || (_nodeData$learning_st = nodeData.learning_status) === null || _nodeData$learning_st === void 0 ? void 0 : _nodeData$learning_st[0]) === 'can';
|
|
|
|
|
return /*#__PURE__*/(0,jsx_runtime.jsxs)(row/* default */.Z, {
|
|
|
|
|
wrap: false,
|
|
|
|
|
align: "middle",
|
|
|
|
|
className: "font14",
|
|
|
|
|
className: "font14 text-nowrap",
|
|
|
|
|
onClick: function onClick() {
|
|
|
|
|
return handleExpand(item.key);
|
|
|
|
|
}
|
|
|
|
|
// style={{ width:760, flexWrap:"nowrap", whiteSpace:"nowrap" }}
|
|
|
|
|
,
|
|
|
|
|
style: {
|
|
|
|
|
flexWrap: "nowrap",
|
|
|
|
|
whiteSpace: "nowrap"
|
|
|
|
|
},
|
|
|
|
|
children: [/*#__PURE__*/(0,jsx_runtime.jsx)(col/* default */.Z, {
|
|
|
|
|
flex: "30px",
|
|
|
|
|
@ -867,7 +862,7 @@ var SendToClassModal = function SendToClassModal(_ref) {
|
|
|
|
|
style: {
|
|
|
|
|
display: 'flex',
|
|
|
|
|
alignItems: "center",
|
|
|
|
|
width: 300
|
|
|
|
|
minWidth: 0
|
|
|
|
|
},
|
|
|
|
|
children: [props.cust_seq && /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
|
|
|
|
|
className: "".concat(Sortmodules.color333, " mr10")
|
|
|
|
|
@ -1319,9 +1314,7 @@ var SendToClassModal = function SendToClassModal(_ref) {
|
|
|
|
|
})]
|
|
|
|
|
})]
|
|
|
|
|
});
|
|
|
|
|
}
|
|
|
|
|
// onSelect={handleExpand}
|
|
|
|
|
,
|
|
|
|
|
},
|
|
|
|
|
treeData: gData
|
|
|
|
|
})]
|
|
|
|
|
});
|