|
|
|
|
@ -18754,7 +18754,9 @@ var StageItemDom = function StageItemDom(_ref) {
|
|
|
|
|
Cindex = _ref$Cindex === void 0 ? "1" : _ref$Cindex,
|
|
|
|
|
dispatch = _ref.dispatch,
|
|
|
|
|
pathsDetail = _ref.pathsDetail,
|
|
|
|
|
oneindex = _ref.oneindex;
|
|
|
|
|
oneindex = _ref.oneindex,
|
|
|
|
|
_ref$titleIndex = _ref.titleIndex,
|
|
|
|
|
titleIndex = _ref$titleIndex === void 0 ? "1" : _ref$titleIndex;
|
|
|
|
|
var params = (0,_umi_production_exports.useParams)();
|
|
|
|
|
var notCollectPay = (DataProps === null || DataProps === void 0 || (_DataProps$learning_s = DataProps.learning_status) === null || _DataProps$learning_s === void 0 ? void 0 : _DataProps$learning_s[0]) === 'can';
|
|
|
|
|
var _useState = (0,_react_17_0_2_react.useState)({}),
|
|
|
|
|
@ -18980,7 +18982,7 @@ var StageItemDom = function StageItemDom(_ref) {
|
|
|
|
|
},
|
|
|
|
|
items: [{
|
|
|
|
|
key: Cindex,
|
|
|
|
|
label: "".concat(Findex, ".").concat(Cindex, " ").concat(DataProps === null || DataProps === void 0 ? void 0 : DataProps.name),
|
|
|
|
|
label: "".concat(titleIndex, ".").concat(Cindex, " ").concat(DataProps === null || DataProps === void 0 ? void 0 : DataProps.name),
|
|
|
|
|
children: /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
|
|
|
|
|
className: "flex flex-wrap",
|
|
|
|
|
style: {
|
|
|
|
|
@ -18994,7 +18996,8 @@ var StageItemDom = function StageItemDom(_ref) {
|
|
|
|
|
Findex: Cindex,
|
|
|
|
|
Cindex: i + 1,
|
|
|
|
|
dispatch: dispatch,
|
|
|
|
|
pathsDetail: pathsDetail
|
|
|
|
|
pathsDetail: pathsDetail,
|
|
|
|
|
titleIndex: "".concat(titleIndex, ".").concat(Cindex)
|
|
|
|
|
});
|
|
|
|
|
})
|
|
|
|
|
})
|
|
|
|
|
@ -20156,7 +20159,8 @@ var Page = function Page(_ref9) {
|
|
|
|
|
oneindex: 0,
|
|
|
|
|
dispatch: dispatch,
|
|
|
|
|
Findex: currentData === null || currentData === void 0 ? void 0 : currentData.Findex,
|
|
|
|
|
Cindex: index + 1
|
|
|
|
|
Cindex: index + 1,
|
|
|
|
|
titleIndex: currentData === null || currentData === void 0 ? void 0 : currentData.Findex
|
|
|
|
|
}, index);
|
|
|
|
|
})
|
|
|
|
|
})]
|