autoUpdataFile

dev_local_v9_zzxy
eduauto 1 year ago
parent 7f52f9f95d
commit a969b4a379

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

@ -190,10 +190,11 @@ var Navigation = function Navigation(_ref) {
title: '序号',
dataIndex: 'number',
ellipsis: true,
render: function render(text, index) {
render: function render(text, item, index) {
console.log('---', index);
return /*#__PURE__*/(0,jsx_runtime.jsx)(tooltip/* default */.Z, {
placement: "bottomLeft",
title: text,
title: limit * (page - 1) + index + 1,
children: /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
children: limit * (page - 1) + index + 1
})

@ -434,20 +434,20 @@ var Navigation = function Navigation(_ref) {
})
});
}
}, {
title: '学号/工号',
dataIndex: 'student_id',
ellipsis: true,
render: function render(text) {
return /*#__PURE__*/(0,jsx_runtime.jsx)(tooltip/* default */.Z, {
placement: "bottomLeft",
title: text,
children: /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
children: text || '--'
})
});
}
}, {
},
// {
// title: '学号/工号',
// dataIndex: 'student_id',
// ellipsis: true,
// render: (text: string) => {
// return (
// <Tooltip placement="bottomLeft" title={text}>
// <span>{text || '--'}</span>
// </Tooltip>
// );
// },
// },
{
title: '手机号',
dataIndex: 'user_phone',
ellipsis: true,

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