账单增删改调整
This commit is contained in:
@@ -13,15 +13,15 @@
|
||||
</t-cell>
|
||||
<view wx:if="{{billType == 'TRANSFER' || billType == 'REPAYMENT'}}">
|
||||
<t-cell title="账户" note="{{fromAccountName}}">
|
||||
<t-icon name="fromAccount" slot="left-icon" />
|
||||
<t-icon name="creditcard" slot="left-icon" />
|
||||
</t-cell>
|
||||
<t-cell title="目标" note="{{accountName}}">
|
||||
<t-icon name="account" slot="left-icon" />
|
||||
<t-icon name="creditcard" slot="left-icon" />
|
||||
</t-cell>
|
||||
</view>
|
||||
<view wx:if="{{billType == 'INCOME' || billType == 'EXPEND'}}">
|
||||
<t-cell title="账户" note="{{accountName}}">
|
||||
<t-icon name="account" slot="left-icon" />
|
||||
<t-icon name="creditcard" slot="left-icon" />
|
||||
</t-cell>
|
||||
<t-cell title="余额" note="{{balance}}">
|
||||
<t-icon name="root-list" slot="left-icon" />
|
||||
@@ -30,6 +30,7 @@
|
||||
<t-cell title="时间" note="{{date}}">
|
||||
<t-icon name="calendar" slot="left-icon" />
|
||||
</t-cell>
|
||||
<t-textarea value="{{remark}}" maxlength="200" bindchange="onRemarkInput" disabled />
|
||||
<view class="bottom_box">
|
||||
<view class="space_box">
|
||||
<t-button theme="danger" variant="outline" block bind:tap="deleteBill">删除</t-button>
|
||||
|
||||
Reference in New Issue
Block a user