Auto Submit

dev_local_v9_test6
autosubmit 1 year ago
parent 46a298f002
commit 657d841d11

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

@ -20224,26 +20224,29 @@ var NewLearnPathPage = function NewLearnPathPage(_ref) {
});
}
}, {
key: '',
key: 'username',
title: '创建者',
width: 160,
ellipsis: true,
dataIndex: 'username'
}, {
key: 'school',
title: '所属单位',
width: 160,
ellipsis: true,
dataIndex: 'school'
}, {
key: 'diffcult',
title: '难度',
dataIndex: 'diffcult'
}, {
key: 'challenge_count',
title: '关卡数量',
dataIndex: 'challenge_count'
}, {
title: '操作',
width: 100,
align: 'right',
width: 80,
align: 'center',
dataIndex: 'action',
render: function render(text, record) {
return /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
@ -20746,6 +20749,7 @@ var NewLearnPathPage = function NewLearnPathPage(_ref) {
}();
var rowSelection = {
type: 'checkbox',
columnWidth: 60,
selectedRowKeys: selectShixunRowKeys,
onChange: function onChange(selectedRowKeys, selectedRows) {
// console.log('selectedRowKeys--',selectedRowKeys);

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