Auto Submit

dev_local_v9_test6
autosubmit 1 year ago
parent f7d5167bc2
commit a84010b6d2

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

@ -12054,6 +12054,7 @@ var Ranking_competitionsPage = function competitionsPage(_ref) {
key = _ref4[0],
value = _ref4[1];
return /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
title: "".concat(key, " : ").concat(value, " "),
children: "".concat(key, " : ").concat(value, " ")
}, key);
})
@ -15976,6 +15977,8 @@ var Playerwork = function Playerwork(_ref) {
}, {
title: "成绩",
dataIndex: "evaluation_score",
width: 80,
ellipsis: true,
render: function render(text) {
return text || "--";
}
@ -15990,6 +15993,7 @@ var Playerwork = function Playerwork(_ref) {
key = _ref3[0],
value = _ref3[1];
return /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
title: "".concat(key, " : ").concat(value, " "),
children: "".concat(key, " : ").concat(value, " ")
}, key);
})

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