This commit is contained in:
liuye
2022-05-17 09:46:33 +08:00

View File

@@ -36,6 +36,7 @@
<span :style="{color: item.status==0? '#FF883C': item.status==1? '#42D784': '#FF4466'}">
{{ $dict.getLabel('partyFourLinkageStatus',item.status) }}
</span>
<span class="score" v-if="item.status==1">积分+1</span>
</div>
</div>
</div>
@@ -198,6 +199,10 @@ export default {
background: #FF883C;
margin-right: 10px;
}
.score {
float: right;
color: #FF2244;
}
}
}
}