autoUpdataFile

dev_local_v9_brain_cloud_competitions
eduauto 1 year ago
parent b96a4b295c
commit 8143224fdb

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

@ -5244,7 +5244,7 @@ var StudentTeam_competitionsPage = function competitionsPage(_ref) {
});
setRadioOption(toConsumableArray_default()(radioOption));
}
}, [have_team_appl]);
}, []);
return /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("div", {
style: {
@ -5914,7 +5914,6 @@ var StudentTeam_competitionsPage = function competitionsPage(_ref) {
dataIndex: 'created_at',
render: function render(text) {
return /*#__PURE__*/(0,jsx_runtime.jsx)(tooltip/* default */.Z, {
placement: "topLeft",
title: dayjs_min_default()(text).format('YYYY-MM-DD HH:mm') || '--',
children: /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
children: dayjs_min_default()(text).format('YYYY-MM-DD HH:mm') || '- -'
@ -6096,7 +6095,6 @@ var StudentTeam_competitionsPage = function competitionsPage(_ref) {
render: function render(text) {
return /*#__PURE__*/(0,jsx_runtime.jsx)(tooltip/* default */.Z, {
title: text,
placement: "topLeft",
children: /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
children: text || '- -'
})
@ -6110,7 +6108,6 @@ var StudentTeam_competitionsPage = function competitionsPage(_ref) {
render: function render(text, item) {
return /*#__PURE__*/(0,jsx_runtime.jsx)(tooltip/* default */.Z, {
title: text,
placement: "topLeft",
children: /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
children: text || '- -'
})

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