|
|
|
@ -57,22 +57,23 @@
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="ttd tc2 name" :class="showaliasName_curr == item.aliasName ?'numeAni' : ''" style="">
|
|
|
|
<div class="ttd tc2 name" :class="showaliasName_curr == item.aliasName ?'numeAni' : ''" style="">
|
|
|
|
|
|
|
|
|
|
|
|
<!-- <span style="display:inline-block;height:100%;line-height:40px;">
|
|
|
|
<span style="display:inline-block;height:100%;line-height:40px;">
|
|
|
|
<img v-if="item.imgSrc" :src="item.imgSrc" alt="" style="vertical-align:middle">
|
|
|
|
<img v-if="item.avatar" :src="item.avatar" alt="" class="leftAvater" style="">
|
|
|
|
<i v-else class="iconfont icon-morentouxiang f40" style="color:transparent"></i>
|
|
|
|
<img v-else class="leftAvater" src="https://matripeweb.oss-cn-hangzhou.aliyuncs.com/antd/touxiang1107.svg" style="" alt=""/>
|
|
|
|
</span> -->
|
|
|
|
<!-- <i v-else class="iconfont icon-morentouxiang f40" style="position:relative;top:9px;"></i> -->
|
|
|
|
|
|
|
|
</span>
|
|
|
|
{{item.aliasName}}
|
|
|
|
{{item.aliasName}}
|
|
|
|
<!-- <span class="dn">
|
|
|
|
<span class="">
|
|
|
|
<svg class="svg_icon" style="display:inline-block;line-height:60px;vertical-align:middle" v-if="index == 1" aria-hidden="true">
|
|
|
|
<svg class="svg_icon weekIcon" style="" v-if="item.weekIdx == 1" aria-hidden="true">
|
|
|
|
<use xlink:href="#icon-zhou1"></use>
|
|
|
|
<use xlink:href="#icon-zhou1"></use>
|
|
|
|
</svg>
|
|
|
|
</svg>
|
|
|
|
<svg class="svg_icon" style="display:inline-block;line-height:60px;vertical-align:middle" v-if="index == 4" aria-hidden="true">
|
|
|
|
<svg class="svg_icon weekIcon" style="" v-if="item.weekIdx == 2" aria-hidden="true">
|
|
|
|
<use xlink:href="#icon-zhou2"></use>
|
|
|
|
<use xlink:href="#icon-zhou2"></use>
|
|
|
|
</svg>
|
|
|
|
</svg>
|
|
|
|
<svg class="svg_icon" style="display:inline-block;line-height:60px;vertical-align:middle" v-if="index == 2" aria-hidden="true">
|
|
|
|
<svg class="svg_icon weekIcon" style="" v-if="item.weekIdx == 3" aria-hidden="true">
|
|
|
|
<use xlink:href="#icon-zhou3"></use>
|
|
|
|
<use xlink:href="#icon-zhou3"></use>
|
|
|
|
</svg>
|
|
|
|
</svg>
|
|
|
|
</span> -->
|
|
|
|
</span>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<!-- <div class="ttd tc7"></div> -->
|
|
|
|
<!-- <div class="ttd tc7"></div> -->
|
|
|
|
<div class="ttd tc4" style="">{{item.signUps}} | <span :class="daomianStyle == item.aliasName ?'bulingbuling' : ''">{{item.arrived}}</span> | <span :class="tongguoStyle == item.aliasName ?'bulingbuling' : ''">{{item.passed}}</span></span></div>
|
|
|
|
<div class="ttd tc4" style="">{{item.signUps}} | <span :class="daomianStyle == item.aliasName ?'bulingbuling' : ''">{{item.arrived}}</span> | <span :class="tongguoStyle == item.aliasName ?'bulingbuling' : ''">{{item.passed}}</span></span></div>
|
|
|
|
@ -436,10 +437,12 @@ export default {
|
|
|
|
var getWebsocketData = JSON.parse(getWebsocketDataMap.value);
|
|
|
|
var getWebsocketData = JSON.parse(getWebsocketDataMap.value);
|
|
|
|
|
|
|
|
|
|
|
|
// console.log(getWebsocketData);
|
|
|
|
// console.log(getWebsocketData);
|
|
|
|
// console.log(getWebsocketData.list);
|
|
|
|
console.log(getWebsocketData.list);
|
|
|
|
// that.array = [...getWebsocketData.list]
|
|
|
|
// that.array = [...getWebsocketData.list]
|
|
|
|
that.array = [];
|
|
|
|
that.array = [];
|
|
|
|
var arr = [...getWebsocketData.list]
|
|
|
|
if(getWebsocketData.list){
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
var arr = getWebsocketData.list
|
|
|
|
|
|
|
|
|
|
|
|
var arrLength = arr.length;
|
|
|
|
var arrLength = arr.length;
|
|
|
|
// that.array = [];
|
|
|
|
// that.array = [];
|
|
|
|
@ -464,7 +467,7 @@ export default {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
})
|
|
|
|
})
|
|
|
|
|
|
|
|
}
|
|
|
|
// console.log(this.nameArray);
|
|
|
|
// console.log(this.nameArray);
|
|
|
|
// if (this.nameArray.length >= 1) {
|
|
|
|
// if (this.nameArray.length >= 1) {
|
|
|
|
// this.func();
|
|
|
|
// this.func();
|
|
|
|
@ -822,24 +825,25 @@ div{
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.tc2 {
|
|
|
|
.tc2 {
|
|
|
|
width: 16%;
|
|
|
|
width: 19%;
|
|
|
|
padding-left: 0px;
|
|
|
|
padding-left: 0px;
|
|
|
|
text-align: center;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.tc2.name {
|
|
|
|
.tc2.name {
|
|
|
|
/* text-align: left !important; */
|
|
|
|
text-align: left !important;
|
|
|
|
min-width: 200px;
|
|
|
|
min-width: 190px;
|
|
|
|
|
|
|
|
padding-left: 3%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.tc2.nameTitle {
|
|
|
|
.tc2.nameTitle {
|
|
|
|
/* text-align: left !important; */
|
|
|
|
text-align: center !important;
|
|
|
|
min-width: 200px;
|
|
|
|
min-width: 190px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.tc3 {
|
|
|
|
.tc3 {
|
|
|
|
width: 15%;
|
|
|
|
width: 15%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.tc4 {
|
|
|
|
.tc4 {
|
|
|
|
width: 28%;
|
|
|
|
width: 25%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.tc5 {
|
|
|
|
.tc5 {
|
|
|
|
@ -847,8 +851,17 @@ div{
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.tac img{
|
|
|
|
.tac img{
|
|
|
|
width:44px;
|
|
|
|
width:44px;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.leftAvater{
|
|
|
|
|
|
|
|
vertical-align:middle;width:48px;height:48px;border-radius: 50%;position:relative;top:10px;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.weekIcon{
|
|
|
|
|
|
|
|
display:inline-block;line-height:60px;vertical-align:middle;position:relative;top:-1px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@media screen and (max-width: 1520px) {
|
|
|
|
@media screen and (max-width: 1520px) {
|
|
|
|
|
|
|
|
.leftAvater{
|
|
|
|
|
|
|
|
width:38px;height:38px;
|
|
|
|
|
|
|
|
}
|
|
|
|
.tth[data-v-3b9d2e74] {
|
|
|
|
.tth[data-v-3b9d2e74] {
|
|
|
|
height: auto;
|
|
|
|
height: auto;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@ -863,8 +876,8 @@ div{
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.ttd{
|
|
|
|
.ttd{
|
|
|
|
text-align: center;
|
|
|
|
text-align: center;
|
|
|
|
font-size: 22px;
|
|
|
|
font-size: 21px;
|
|
|
|
line-height: 2.2;
|
|
|
|
/* line-height: 2.2; */
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.lNum{
|
|
|
|
.lNum{
|
|
|
|
font-size: 22px;
|
|
|
|
font-size: 22px;
|
|
|
|
@ -877,7 +890,7 @@ div{
|
|
|
|
min-width: 50px;
|
|
|
|
min-width: 50px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.tc2{
|
|
|
|
.tc2{
|
|
|
|
width:14%
|
|
|
|
width:18%
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.tc5 {
|
|
|
|
.tc5 {
|
|
|
|
width: 10%;
|
|
|
|
width: 10%;
|
|
|
|
@ -914,7 +927,9 @@ h4.f24 {
|
|
|
|
.dotClass button.slick-active:before {
|
|
|
|
.dotClass button.slick-active:before {
|
|
|
|
content: '';
|
|
|
|
content: '';
|
|
|
|
width: 24px;
|
|
|
|
width: 24px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* .swiperPage{
|
|
|
|
/* .swiperPage{
|
|
|
|
display: flex;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
flex-direction: column;
|
|
|
|
|