Merge branch 'dev' of http://git.sinoecare.com/sinoecare/digital_village_v2/dvcp_v2_wechat_app into dev
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user