feat:增加项目积分的学员获取

This commit is contained in:
lixg
2022-11-07 15:59:58 +08:00
parent 58652aa012
commit cac7ff9ec1
3 changed files with 81 additions and 10 deletions

View File

@@ -1060,7 +1060,6 @@ export default {
const getStageData = (tableData) => {
let data = tableData;
let array = [];
console.log('tableData',data)
data.map((value) => {
let obj = {
id: value.stageId,
@@ -2350,9 +2349,9 @@ export default {
display: flex;
flex-direction: column;
align-items: center; // background-color: #bfa;
.chosen {
// background-color: pink;
}
// .chosen {
// // background-color: pink;
// }
.ghost {
// background-color: red;
opacity: 0 !important;