|
|
@ -72,15 +72,15 @@ |
|
|
|
<view class="card-content"> |
|
|
|
<view class="row flex flex-between detail"> |
|
|
|
<view class="content-left" style="font-weight: bold;">专网条数</view> |
|
|
|
<view class="content-right" style="font-weight: bold;">{{(count.normal+count.abnormal)+'个'}}</view> |
|
|
|
<view class="content-right" style="font-weight: bold;">{{(count.normal+count.abnormal)+'条'}}</view> |
|
|
|
</view> |
|
|
|
<view class="row flex flex-between detail"> |
|
|
|
<view class="content-left">正常</view> |
|
|
|
<view class="content-right">{{count.normal+'个'}}</view> |
|
|
|
<view class="content-right">{{count.normal+'条'}}</view> |
|
|
|
</view> |
|
|
|
<view class="row flex flex-between detail"> |
|
|
|
<view class="content-left">欠费</view> |
|
|
|
<view class="content-right" style="color:red">{{count.abnormal+'个'}}</view> |
|
|
|
<view class="content-right" style="color:red">{{count.abnormal+'条'}}</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|