@@ -59,10 +59,10 @@ | |||
><span class="cell">{{ detail.content }}</span></el-col | |||
> | |||
<el-col :span="2" align="center" class="td" | |||
><span class="cell">{{ detail.points }}</span></el-col | |||
><span class="cell">{{ detail.points==0?'':detail.points }}</span></el-col | |||
> | |||
<el-col :span="2" align="center" class="td" | |||
><span class="cell">{{ detail.score }}</span></el-col | |||
><span class="cell">{{ detail.score==0?'':detail.score }}</span></el-col | |||
> | |||
<el-col :span="3" align="center" class="td" | |||
><span class="cell"> |
@@ -58,10 +58,10 @@ | |||
><span class="cell">{{ detail.content }}</span></el-col | |||
> | |||
<el-col :span="2" align="center" class="td" | |||
><span class="cell">{{ detail.points }}</span></el-col | |||
><span class="cell">{{ detail.points==0?"":detail.points }}</span></el-col | |||
> | |||
<el-col :span="2" align="center" class="td" | |||
><span class="cell">{{ detail.score }}</span></el-col | |||
><span class="cell">{{ detail.score==0?"":detail.score }}</span></el-col | |||
> | |||
<el-col :span="3" align="center" class="td" | |||
><span class="cell"> |