no message
Showing
1 changed file
with
5 additions
and
5 deletions
| ... | @@ -14,11 +14,11 @@ | ... | @@ -14,11 +14,11 @@ |
| 14 | <el-card class="mb20"> | 14 | <el-card class="mb20"> |
| 15 | <el-row :gutter="20" align="middle"> | 15 | <el-row :gutter="20" align="middle"> |
| 16 | <el-col :lg="matchData.type=='0'?7:8" :md="12" :xl="6"> | 16 | <el-col :lg="matchData.type=='0'?7:8" :md="12" :xl="6"> |
| 17 | <div class="popo"> | 17 | <!-- <div class="popo">--> |
| 18 | <el-tag v-if="matchData.signType==0">{{ language == 0 ? '个人' : 'Individual' }}</el-tag> | 18 | <!-- <el-tag v-if="matchData.signType==0">{{ language == 0 ? '个人' : 'Individual' }}</el-tag>--> |
| 19 | <el-tag v-if="matchData.signType==1">{{ language == 0 ? '团体' : 'Team' }}</el-tag> | 19 | <!-- <el-tag v-if="matchData.signType==1">{{ language == 0 ? '团体' : 'Team' }}</el-tag>--> |
| 20 | <el-tag v-if="matchData.signType==2">{{ language == 0 ? '个人/团体' : 'Individual/Team' }}</el-tag> | 20 | <!-- <el-tag v-if="matchData.signType==2">{{ language == 0 ? '个人/团体' : 'Individual/Team' }}</el-tag>--> |
| 21 | </div> | 21 | <!-- </div>--> |
| 22 | 22 | ||
| 23 | <img :src="fillImgUrl(matchData.coverUrl)" class="mauto w100 as16_9"> | 23 | <img :src="fillImgUrl(matchData.coverUrl)" class="mauto w100 as16_9"> |
| 24 | </el-col> | 24 | </el-col> | ... | ... |
-
Please register or sign in to post a comment