预算配置
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<view class="main_look">
|
||||
<view class="look_content">
|
||||
<view class="pay_look">
|
||||
<view bind:tap="changeBudget" data-type="count" class="inline_box font_big">总预算<t-icon name="tools"/></view>
|
||||
<view bind:tap="changeBudget" data-id="-1" data-type="count" class="inline_box font_big">总预算<t-icon name="tools"/></view>
|
||||
</view>
|
||||
<view class="pay_look">
|
||||
<text class="center_look font_big">{{ sumBudget }}</text>
|
||||
@@ -19,10 +19,10 @@
|
||||
note="{{item.budget}}"
|
||||
bind:tap="changeBudget"
|
||||
data-type="item"
|
||||
data-id="{{item.id}}"
|
||||
data-id="{{item.expendId}}"
|
||||
>
|
||||
<view wx:if="{{item.money}}" slot="description">
|
||||
<t-progress percentage="{{25}}" />
|
||||
<view wx:if="{{item.id}}" slot="description">
|
||||
<t-progress percentage="{{item.progress}}" />
|
||||
<text>已使用:{{item.used}}</text>
|
||||
</view>
|
||||
<text class="error_msg" wx:else slot="description">未设置预算</text>
|
||||
|
||||
Reference in New Issue
Block a user