autoUpdataFile

dev_local_v9_brain_cloud_competitions
eduauto 1 year ago
parent b6eaa3af40
commit b73971f6a0

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

@ -5679,7 +5679,7 @@ var StudentTeam_competitionsPage = function competitionsPage(_ref) {
})
});
}
}, is_manager && {
}, {
title: '成员人数',
align: 'left',
render: function render(text, record) {
@ -5691,7 +5691,7 @@ var StudentTeam_competitionsPage = function competitionsPage(_ref) {
})
});
}
}, is_manager && {
}, {
title: '成员',
align: 'left',
ellipsis: true,
@ -5757,7 +5757,13 @@ var StudentTeam_competitionsPage = function competitionsPage(_ref) {
})]
});
}
}]
}].filter(function (item) {
if (is_manager) {
return !!item;
} else {
return !['成员人数', '成员'].includes(item.title);
}
})
}), /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
className: Teammodules.countWrap,
style: {

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