|
|
|
|
@ -5244,7 +5244,7 @@ var StudentTeam_competitionsPage = function competitionsPage(_ref) {
|
|
|
|
|
});
|
|
|
|
|
setRadioOption(toConsumableArray_default()(radioOption));
|
|
|
|
|
}
|
|
|
|
|
}, [have_team_appl]);
|
|
|
|
|
}, []);
|
|
|
|
|
return /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
|
|
|
|
|
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("div", {
|
|
|
|
|
style: {
|
|
|
|
|
@ -5914,7 +5914,6 @@ var StudentTeam_competitionsPage = function competitionsPage(_ref) {
|
|
|
|
|
dataIndex: 'created_at',
|
|
|
|
|
render: function render(text) {
|
|
|
|
|
return /*#__PURE__*/(0,jsx_runtime.jsx)(tooltip/* default */.Z, {
|
|
|
|
|
placement: "topLeft",
|
|
|
|
|
title: dayjs_min_default()(text).format('YYYY-MM-DD HH:mm') || '--',
|
|
|
|
|
children: /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
|
|
|
|
|
children: dayjs_min_default()(text).format('YYYY-MM-DD HH:mm') || '- -'
|
|
|
|
|
@ -6096,7 +6095,6 @@ var StudentTeam_competitionsPage = function competitionsPage(_ref) {
|
|
|
|
|
render: function render(text) {
|
|
|
|
|
return /*#__PURE__*/(0,jsx_runtime.jsx)(tooltip/* default */.Z, {
|
|
|
|
|
title: text,
|
|
|
|
|
placement: "topLeft",
|
|
|
|
|
children: /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
|
|
|
|
|
children: text || '- -'
|
|
|
|
|
})
|
|
|
|
|
@ -6110,7 +6108,6 @@ var StudentTeam_competitionsPage = function competitionsPage(_ref) {
|
|
|
|
|
render: function render(text, item) {
|
|
|
|
|
return /*#__PURE__*/(0,jsx_runtime.jsx)(tooltip/* default */.Z, {
|
|
|
|
|
title: text,
|
|
|
|
|
placement: "topLeft",
|
|
|
|
|
children: /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
|
|
|
|
|
children: text || '- -'
|
|
|
|
|
})
|