|
|
@@ -75,8 +75,8 @@
|
|
|
<tui-list-cell class="line-cell" :hover="false">
|
|
|
<div class="tui-title">账单日期</div>
|
|
|
<view class="detail-price_box">
|
|
|
- <text>{{ todayBill==0?'昨天':'今天' }}</text>
|
|
|
- <switch style="transform:scale(0.7,0.7)" :checked="todayBill == 0 ? false : true" @change="changeBill" />
|
|
|
+ <button class="admin-button-com middle" :class="[todayBill == 1 ? 'blue' : 'default']" @click="todayBill=1">今天</button>
|
|
|
+ <button class="admin-button-com middle" :class="[todayBill == 0 ? 'blue' : 'default']" @click="todayBill=0" style="margin-left:30upx;">昨天</button>
|
|
|
</view>
|
|
|
</tui-list-cell>
|
|
|
|