fix:修改联赛字段

This commit is contained in:
lz-ui 2025-09-29 11:35:11 +08:00
parent 2ce3bcae33
commit 7789db2f7d
2 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@
<!-- 表格数据 -->
<el-table v-loading="loading" :data="roleList">
<el-table-column label="赛事编号" prop="matchNumStr" />
<el-table-column label="联赛" prop="awayTeamAllName" :show-overflow-tooltip="true" />
<el-table-column label="联赛" prop="leagueAllName" :show-overflow-tooltip="true" />
<el-table-column label="主队" prop="homeTeamAllName" :show-overflow-tooltip="true" />
<el-table-column label="客队" prop="awayTeamAllName" />
<el-table-column label="固定奖金" prop="matchId" >

View File

@ -35,7 +35,7 @@
<!-- 表格数据 -->
<el-table v-loading="loading" :data="roleList">
<el-table-column label="赛事编号" prop="matchNumStr" />
<el-table-column label="联赛" prop="awayTeamAllName" :show-overflow-tooltip="true" />
<el-table-column label="联赛" prop="leagueAllName" :show-overflow-tooltip="true" />
<el-table-column label="主队" prop="homeTeamAllName" :show-overflow-tooltip="true" />
<el-table-column label="客队" prop="awayTeamAllName"/>
<el-table-column label="固定奖金" prop="matchId" >