Auto Submit

dev_local_v9_test6
autosubmit 1 year ago
parent 69fc21a326
commit 397353d36b

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

@ -13895,24 +13895,30 @@ var Entrance = function Entrance(_ref) {
}
}, {
title: "镜像",
width: 200,
dataIndex: "commit_at",
render: function render(text) {
return text ? dayjs_min_default()(text).format('YYYY.MM.DD HH:mm:ss') : "--";
ellipsis: true,
dataIndex: "image_name",
render: function render(text, record) {
return (record === null || record === void 0 ? void 0 : record.image_name) || '--';
}
}, {
title: "数据集",
width: 200,
dataIndex: "commit_at",
render: function render(text) {
return text ? dayjs_min_default()(text).format('YYYY.MM.DD HH:mm:ss') : "--";
ellipsis: true,
dataIndex: "user_name",
render: function render(text, record) {
var _record$data_sets;
return (record === null || record === void 0 || (_record$data_sets = record.data_sets) === null || _record$data_sets === void 0 || (_record$data_sets = _record$data_sets.map(function (item) {
return item === null || item === void 0 ? void 0 : item.name;
})) === null || _record$data_sets === void 0 ? void 0 : _record$data_sets.join('、')) || '--';
}
}, {
title: "模型",
width: 200,
dataIndex: "commit_at",
render: function render(text) {
return text ? dayjs_min_default()(text).format('YYYY.MM.DD HH:mm:ss') : "--";
ellipsis: true,
dataIndex: "image_id",
render: function render(text, record) {
var _record$models;
return (record === null || record === void 0 || (_record$models = record.models) === null || _record$models === void 0 || (_record$models = _record$models.map(function (item) {
return item === null || item === void 0 ? void 0 : item.name;
})) === null || _record$models === void 0 ? void 0 : _record$models.join('、')) || '--';
}
}, {
title: "提交时间",
@ -15996,7 +16002,7 @@ var Playerwork = function Playerwork(_ref) {
ellipsis: true,
dataIndex: "image_name",
render: function render(text, record) {
return record === null || record === void 0 ? void 0 : record.image_name;
return (record === null || record === void 0 ? void 0 : record.image_name) || '--';
}
}, {
title: "数据集",
@ -16004,9 +16010,9 @@ var Playerwork = function Playerwork(_ref) {
dataIndex: "user_id",
render: function render(text, record) {
var _record$data_sets;
return record === null || record === void 0 || (_record$data_sets = record.data_sets) === null || _record$data_sets === void 0 || (_record$data_sets = _record$data_sets.map(function (item) {
return (record === null || record === void 0 || (_record$data_sets = record.data_sets) === null || _record$data_sets === void 0 || (_record$data_sets = _record$data_sets.map(function (item) {
return item === null || item === void 0 ? void 0 : item.name;
})) === null || _record$data_sets === void 0 ? void 0 : _record$data_sets.join('、');
})) === null || _record$data_sets === void 0 ? void 0 : _record$data_sets.join('、')) || '--';
}
}, {
title: "模型",
@ -16014,9 +16020,9 @@ var Playerwork = function Playerwork(_ref) {
dataIndex: "image_id",
render: function render(text, record) {
var _record$models;
return record === null || record === void 0 || (_record$models = record.models) === null || _record$models === void 0 || (_record$models = _record$models.map(function (item) {
return (record === null || record === void 0 || (_record$models = record.models) === null || _record$models === void 0 || (_record$models = _record$models.map(function (item) {
return item === null || item === void 0 ? void 0 : item.name;
})) === null || _record$models === void 0 ? void 0 : _record$models.join('、');
})) === null || _record$models === void 0 ? void 0 : _record$models.join('、')) || '--';
}
}, {
title: "评测文件",

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