Auto Submit

dev_local_v9_test1
autosubmit 1 year ago
parent 1bc6c3f1cb
commit b58bac317b

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

@ -564,12 +564,14 @@ var List = function List(_ref) {
show: !data.is_random && data["public"]
}, {
label: /*#__PURE__*/(0,jsx_runtime.jsx)("a", {
className: Listmodules.actionLink,
onClick: onPublicReview,
className: Listmodules.actionLink
// onClick={onPublicReview}
,
children: "\u516C\u5F00\u5BA1\u6838\u4E2D"
}),
key: '5',
show: !data.is_random && !data["public"] && data.apply
show: !data.is_random && !data["public"] && data.apply,
disabled: true
}, {
label: /*#__PURE__*/(0,jsx_runtime.jsx)("a", {
className: Listmodules.actionLink,
@ -770,9 +772,6 @@ var List = function List(_ref) {
})]
}), /*#__PURE__*/(0,jsx_runtime.jsxs)("a", {
className: "".concat(Listmodules.actionLink),
onClick: function onClick() {
return onDelete(data.id);
},
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("i", {
className: "iconfont icon-gengduo5 font14 mr5 ".concat(Listmodules.actionIcon)
}), "\u66F4\u591A"]

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