Auto Submit

dev_local_v9_bw
autosubmit 2 years ago
parent 7120bba278
commit 4b29574333

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

@ -109,7 +109,10 @@ var Page = function Page(_ref) {
title: "引用的实训数量",
dataIndex: "shixun_count",
ellipsis: true,
width: 120
width: 120,
render: function render(value, record) {
return record.type == "实践课程" ? value : "";
}
}, {
title: "资源消耗情况",
dataIndex: "source",

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