Auto Submit

dev_local_v9_test3
autosubmit 2 years ago
parent db3a996c87
commit 7cae6758b0

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

@ -5032,7 +5032,8 @@ function MakeItem() {
var columns = [{
title: '姓名',
dataIndex: 'name',
key: 'name'
key: 'name',
fixed: 'left'
}, {
title: '学号',
dataIndex: 'student_id',
@ -5041,6 +5042,18 @@ function MakeItem() {
title: '手机号/邮箱',
dataIndex: 'user_phone',
key: 'user_phone'
}, {
title: '年级',
dataIndex: 'grade',
key: 'grade'
}, {
title: '考试地点',
dataIndex: 'address',
key: 'address'
}, {
title: '考试时间',
dataIndex: 'competition_time',
key: 'competition_time'
}, {
title: '预约次数',
dataIndex: 'appointment_num',
@ -5052,6 +5065,7 @@ function MakeItem() {
}, {
title: '审核状态',
dataIndex: 'verify_status',
fixed: 'right',
key: 'verify_status',
render: function render(text, item) {
return /*#__PURE__*/(0,jsx_runtime.jsxs)("span", {
@ -5063,8 +5077,9 @@ function MakeItem() {
}
}, {
title: '操作',
dataIndex: 'address',
key: 'address',
dataIndex: 'action',
fixed: 'right',
key: 'action',
render: function render(text, item) {
return /*#__PURE__*/(0,jsx_runtime.jsxs)("span", {
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("span", {
@ -5196,6 +5211,9 @@ function MakeItem() {
})]
}), /*#__PURE__*/(0,jsx_runtime.jsx)(table/* default */.Z, {
pagination: false,
scroll: {
x: 'max-content'
},
rowKey: function rowKey(v) {
return v === null || v === void 0 ? void 0 : v.id;
},

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