| | |
| | | <div class="remark" v-if="info"> |
| | | <el-button class="bluebtn" icon="el-icon-phone" title="手机号"> {{info.telephone||'未设置' }}</el-button> |
| | | <el-button class="yellowbtn" icon="el-icon-star-on" title="平均评分"> {{info.score||'0' }}分</el-button> |
| | | <el-button class="redbtn" icon="el-icon-coin" title="账号余额(元)"> {{(info.amount||0).toFixed(2)}}元</el-button> |
| | | <el-button class="redbtn" icon="el-icon-coin" title="账号余额(元)"> {{((info.amount||0)/100).toFixed(2)}}元</el-button> |
| | | </div> |
| | | </div> |
| | | </div> |
| | |
| | | <style lang="scss" scoped> |
| | | @import '@/assets/style/variables.scss'; |
| | | .renzheng{ |
| | | margin: 0px 0px 50px 20px; |
| | | margin: 0px 0px 30px 20px; |
| | | width: calc(100% - 60px); |
| | | .detail{ |
| | | font-size: 14px; |