|
|
|
|
@ -6744,7 +6744,7 @@ var Banner = function Banner(_ref) {
|
|
|
|
|
}), !!((_pathsDetail$detail33 = pathsDetail.detail) !== null && _pathsDetail$detail33 !== void 0 && _pathsDetail$detail33.is_free) && ((_pathsDetail$detail34 = pathsDetail.detail) === null || _pathsDetail$detail34 === void 0 ? void 0 : _pathsDetail$detail34.publish_status) !== 0 && (((_pathsDetail$detail35 = pathsDetail.detail) === null || _pathsDetail$detail35 === void 0 ? void 0 : _pathsDetail$detail35.allow_add_member) || !(0,authority/* isCommonStudent */.JA)()) && /*#__PURE__*/(0,jsx_runtime.jsx)(tooltip/* default */.Z
|
|
|
|
|
// placement="bottom"
|
|
|
|
|
, {
|
|
|
|
|
title: "\u4EE5\u5B9E\u8BAD\u4F5C\u4E1A\u7684\u5F62\u5F0F\u53D1\u9001\u5230\u6211\u7684\u8BFE\u5802",
|
|
|
|
|
title: "\u4EE5\u8BFE\u5802\u5B9E\u9A8C\u7684\u5F62\u5F0F\u53D1\u9001\u5230\u6211\u7684\u8BFE\u5802",
|
|
|
|
|
children: /*#__PURE__*/(0,jsx_runtime.jsxs)("span", {
|
|
|
|
|
// className={`${styles.button} ${styles.buttonTransparent} mr15`}
|
|
|
|
|
onClick: handleSendToClass,
|
|
|
|
|
@ -8309,14 +8309,14 @@ var SortableItem = (0,react_sortable_hoc_esm/* SortableElement */.W8)(function (
|
|
|
|
|
width: '100%',
|
|
|
|
|
border: '1px solid #f5f5f5',
|
|
|
|
|
marginTop: '20px',
|
|
|
|
|
marginBottom: '8px'
|
|
|
|
|
marginBottom: '10px'
|
|
|
|
|
}
|
|
|
|
|
}), !(item !== null && item !== void 0 && item.brief_introduction) && /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
|
|
|
|
|
children: "\u6682\u65E0\u76F8\u5173\u4ECB\u7ECD"
|
|
|
|
|
}), (item === null || item === void 0 ? void 0 : item.brief_introduction) && /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
|
|
|
|
|
className: SortTeammodules.divHeight,
|
|
|
|
|
children: item === null || item === void 0 ? void 0 : item.brief_introduction
|
|
|
|
|
}), ((_user$userInfo = user.userInfo) === null || _user$userInfo === void 0 ? void 0 : _user$userInfo.user_id) === (item === null || item === void 0 ? void 0 : item.id) && /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
|
|
|
|
|
}), (user === null || user === void 0 ? void 0 : (_user$userInfo = user.userInfo) === null || _user$userInfo === void 0 ? void 0 : _user$userInfo.user_id) === (item === null || item === void 0 ? void 0 : item.id) && /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
|
|
|
|
|
style: {
|
|
|
|
|
position: "absolute",
|
|
|
|
|
bottom: "15px",
|
|
|
|
|
@ -10040,7 +10040,7 @@ var Right = function Right(_ref) {
|
|
|
|
|
width: '100%'
|
|
|
|
|
},
|
|
|
|
|
children: (_pathsDetail$rightDat49 = pathsDetail.rightData) === null || _pathsDetail$rightDat49 === void 0 ? void 0 : (_pathsDetail$rightDat50 = _pathsDetail$rightDat49.members) === null || _pathsDetail$rightDat50 === void 0 ? void 0 : _pathsDetail$rightDat50.map(function (item, k) {
|
|
|
|
|
var _item$name, _item$name2, _item$school, _item$school2, _user$userInfo3, _item$name3, _item$name4, _item$school3, _item$school4;
|
|
|
|
|
var _user$userInfo3, _item$name, _item$name2, _item$school, _item$school2;
|
|
|
|
|
return /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
|
|
|
|
|
style: {
|
|
|
|
|
display: 'inline-block',
|
|
|
|
|
@ -10056,38 +10056,54 @@ var Right = function Right(_ref) {
|
|
|
|
|
placement: "leftTop",
|
|
|
|
|
title: /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
|
|
|
|
|
className: SortTeammodules.teamHeight,
|
|
|
|
|
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("span", {
|
|
|
|
|
title: item === null || item === void 0 ? void 0 : item.name,
|
|
|
|
|
style: {
|
|
|
|
|
fontSize: '14px',
|
|
|
|
|
color: '#333333',
|
|
|
|
|
textOverflow: 'ellipsis',
|
|
|
|
|
whiteSpace: 'nowrap',
|
|
|
|
|
width: '80px',
|
|
|
|
|
overflow: 'hidden'
|
|
|
|
|
},
|
|
|
|
|
children: (item === null || item === void 0 ? void 0 : (_item$name = item.name) === null || _item$name === void 0 ? void 0 : _item$name.length) > 6 ? (item === null || item === void 0 ? void 0 : (_item$name2 = item.name) === null || _item$name2 === void 0 ? void 0 : _item$name2.substr(0, 6)) + '...' : (item === null || item === void 0 ? void 0 : item.name) || '--'
|
|
|
|
|
}), /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
|
|
|
|
|
children: [/*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
|
|
|
|
|
style: {
|
|
|
|
|
marginLeft: '10px',
|
|
|
|
|
color: '#999999',
|
|
|
|
|
fontSize: '12px'
|
|
|
|
|
display: "flex"
|
|
|
|
|
},
|
|
|
|
|
children: (item === null || item === void 0 ? void 0 : (_item$school = item.school) === null || _item$school === void 0 ? void 0 : _item$school.length) > 9 ? (item === null || item === void 0 ? void 0 : (_item$school2 = item.school) === null || _item$school2 === void 0 ? void 0 : _item$school2.substr(0, 9)) + '...' : item === null || item === void 0 ? void 0 : item.school
|
|
|
|
|
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("div", {
|
|
|
|
|
className: SortTeammodules.imageWrap,
|
|
|
|
|
style: {
|
|
|
|
|
marginRight: 11
|
|
|
|
|
},
|
|
|
|
|
children: /*#__PURE__*/(0,jsx_runtime.jsx)("img", {
|
|
|
|
|
className: SortTeammodules.imageWrap,
|
|
|
|
|
src: env/* default.API_SERVER */.Z.API_SERVER + '/images/' + (item === null || item === void 0 ? void 0 : item.image_url)
|
|
|
|
|
})
|
|
|
|
|
}), /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
|
|
|
|
|
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("div", {
|
|
|
|
|
title: item === null || item === void 0 ? void 0 : item.name,
|
|
|
|
|
style: {
|
|
|
|
|
fontSize: '14px',
|
|
|
|
|
color: '#333333',
|
|
|
|
|
textOverflow: 'ellipsis',
|
|
|
|
|
whiteSpace: 'nowrap',
|
|
|
|
|
width: '200px',
|
|
|
|
|
overflow: 'hidden'
|
|
|
|
|
},
|
|
|
|
|
children: (item === null || item === void 0 ? void 0 : item.name) || '--'
|
|
|
|
|
}), /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
|
|
|
|
|
style: {
|
|
|
|
|
color: '#999999',
|
|
|
|
|
fontSize: '12px',
|
|
|
|
|
width: '192px',
|
|
|
|
|
textOverflow: 'ellipsis',
|
|
|
|
|
whiteSpace: 'nowrap',
|
|
|
|
|
overflow: 'hidden',
|
|
|
|
|
WebkitLineClamp: 1
|
|
|
|
|
},
|
|
|
|
|
children: item === null || item === void 0 ? void 0 : item.school
|
|
|
|
|
})]
|
|
|
|
|
})]
|
|
|
|
|
}), /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
|
|
|
|
|
style: {
|
|
|
|
|
height: '1px',
|
|
|
|
|
width: '100%',
|
|
|
|
|
border: '1px solid #f5f5f5',
|
|
|
|
|
marginTop: '3px',
|
|
|
|
|
marginBottom: '3px'
|
|
|
|
|
marginTop: '20px',
|
|
|
|
|
marginBottom: '10px'
|
|
|
|
|
}
|
|
|
|
|
}), !(item !== null && item !== void 0 && item.brief_introduction) && /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
|
|
|
|
|
style: {
|
|
|
|
|
textAlign: 'center',
|
|
|
|
|
marginTop: "20px"
|
|
|
|
|
},
|
|
|
|
|
children: "\u6682\u65E0\u7B80\u4ECB"
|
|
|
|
|
children: "\u6682\u65E0\u76F8\u5173\u4ECB\u7ECD"
|
|
|
|
|
}), (item === null || item === void 0 ? void 0 : item.brief_introduction) && /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
|
|
|
|
|
className: SortTeammodules.divHeight,
|
|
|
|
|
children: item === null || item === void 0 ? void 0 : item.brief_introduction
|
|
|
|
|
@ -10128,11 +10144,11 @@ var Right = function Right(_ref) {
|
|
|
|
|
},
|
|
|
|
|
src: env/* default.API_SERVER */.Z.API_SERVER + '/images/' + (item === null || item === void 0 ? void 0 : item.image_url)
|
|
|
|
|
}), /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
|
|
|
|
|
children: [(item === null || item === void 0 ? void 0 : (_item$name3 = item.name) === null || _item$name3 === void 0 ? void 0 : _item$name3.length) > 6 ? (item === null || item === void 0 ? void 0 : (_item$name4 = item.name) === null || _item$name4 === void 0 ? void 0 : _item$name4.substr(0, 6)) + '...' : (item === null || item === void 0 ? void 0 : item.name) || '--', /*#__PURE__*/(0,jsx_runtime.jsx)("br", {}), /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
|
|
|
|
|
children: [(item === null || item === void 0 ? void 0 : (_item$name = item.name) === null || _item$name === void 0 ? void 0 : _item$name.length) > 6 ? (item === null || item === void 0 ? void 0 : (_item$name2 = item.name) === null || _item$name2 === void 0 ? void 0 : _item$name2.substr(0, 6)) + '...' : (item === null || item === void 0 ? void 0 : item.name) || '--', /*#__PURE__*/(0,jsx_runtime.jsx)("br", {}), /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
|
|
|
|
|
style: {
|
|
|
|
|
color: '#999999'
|
|
|
|
|
},
|
|
|
|
|
children: (item === null || item === void 0 ? void 0 : (_item$school3 = item.school) === null || _item$school3 === void 0 ? void 0 : _item$school3.length) > 6 ? (item === null || item === void 0 ? void 0 : (_item$school4 = item.school) === null || _item$school4 === void 0 ? void 0 : _item$school4.substr(0, 6)) + '...' : (item === null || item === void 0 ? void 0 : item.school) || '--'
|
|
|
|
|
children: (item === null || item === void 0 ? void 0 : (_item$school = item.school) === null || _item$school === void 0 ? void 0 : _item$school.length) > 6 ? (item === null || item === void 0 ? void 0 : (_item$school2 = item.school) === null || _item$school2 === void 0 ? void 0 : _item$school2.substr(0, 6)) + '...' : (item === null || item === void 0 ? void 0 : item.school) || '--'
|
|
|
|
|
})]
|
|
|
|
|
})]
|
|
|
|
|
}), /*#__PURE__*/(0,jsx_runtime.jsx)("br", {})]
|
|
|
|
|
|