|
|
|
|
@ -220,7 +220,10 @@ var OfficialNotice = function OfficialNotice(_ref) {
|
|
|
|
|
}) : /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
|
|
|
|
|
className: Practicesmodules.div_one,
|
|
|
|
|
children: tableData === null || tableData === void 0 ? void 0 : tableData.map(function (item, index) {
|
|
|
|
|
var _item$bg_file, _item$bg_file2;
|
|
|
|
|
var _item$narrator_users, _item$bg_file, _item$bg_file2;
|
|
|
|
|
var teacher = item === null || item === void 0 || (_item$narrator_users = item.narrator_users) === null || _item$narrator_users === void 0 ? void 0 : _item$narrator_users.map(function (e) {
|
|
|
|
|
return e.user_name;
|
|
|
|
|
}).join('、');
|
|
|
|
|
return /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
|
|
|
|
|
className: Practicesmodules.one_item,
|
|
|
|
|
onClick: function onClick() {
|
|
|
|
|
@ -238,13 +241,33 @@ var OfficialNotice = function OfficialNotice(_ref) {
|
|
|
|
|
className: Practicesmodules.one_title,
|
|
|
|
|
children: item === null || item === void 0 ? void 0 : item.subject
|
|
|
|
|
})
|
|
|
|
|
}), /*#__PURE__*/(0,jsx_runtime.jsx)(tooltip/* default */.Z, {
|
|
|
|
|
placement: "topLeft",
|
|
|
|
|
title: item === null || item === void 0 ? void 0 : item.content,
|
|
|
|
|
children: /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
|
|
|
|
|
className: Practicesmodules.one_neirong,
|
|
|
|
|
children: item === null || item === void 0 ? void 0 : item.content
|
|
|
|
|
})
|
|
|
|
|
}), /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
|
|
|
|
|
style: {
|
|
|
|
|
color: '#fff',
|
|
|
|
|
fontWeight: 500
|
|
|
|
|
},
|
|
|
|
|
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("span", {
|
|
|
|
|
style: {
|
|
|
|
|
marginRight: 10,
|
|
|
|
|
fontWeight: 400,
|
|
|
|
|
color: 'rgba(255, 255, 255, 0.6)'
|
|
|
|
|
},
|
|
|
|
|
children: "\u89E3\u8BF4\u5458"
|
|
|
|
|
}), teacher || '--']
|
|
|
|
|
}), /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
|
|
|
|
|
style: {
|
|
|
|
|
color: '#fff',
|
|
|
|
|
fontWeight: 500,
|
|
|
|
|
marginTop: '2vh'
|
|
|
|
|
},
|
|
|
|
|
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("span", {
|
|
|
|
|
style: {
|
|
|
|
|
marginRight: 10,
|
|
|
|
|
fontWeight: 400,
|
|
|
|
|
color: 'rgba(255, 255, 255, 0.6)'
|
|
|
|
|
},
|
|
|
|
|
children: "\u53C2\u4E0E\u4EBA\u5458"
|
|
|
|
|
}), (item === null || item === void 0 ? void 0 : item.participant) || '--']
|
|
|
|
|
})]
|
|
|
|
|
}), /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
|
|
|
|
|
className: Practicesmodules.one_time,
|