账单查询
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
</view>
|
||||
</view>
|
||||
<view class="space_box_no_padding font_big">
|
||||
<text class="t-color-expend">支出{{1203.00}}</text>
|
||||
<text class="t-color-income">收入{{1203.00}}</text>
|
||||
<text class="t-color-expend">支出{{expendMoney}}</text>
|
||||
<text class="t-color-income">收入{{incomeMoney}}</text>
|
||||
</view>
|
||||
<view class="padding_box">
|
||||
<t-divider content="{{dateRangeText}}" bind:tap="handleCalendar"/>
|
||||
@@ -53,5 +53,5 @@
|
||||
bind:confirm="onConfirm"
|
||||
bind:cancel="closeDialog"
|
||||
>
|
||||
<t-input bindchange="onPriceInput" value="{{currentMoney}}" tips="{{priceError ? '请输入正确金额' : ''}}" slot="content" type="number" placeholder="0.00"/>
|
||||
<t-input bindchange="onPriceInput" value="{{currentMoneyText}}" tips="{{priceError ? '请输入正确金额' : ''}}" slot="content" type="number" placeholder="0.00"/>
|
||||
</t-dialog>
|
||||
|
||||
Reference in New Issue
Block a user