Files
quinn-accounts/pages/chart/index.wxml
2023-01-06 14:24:11 +08:00

39 lines
1.2 KiB
Plaintext

<view class="padding_box">
<t-divider content="{{showDate}}" data-mode="showDate" bind:tap="showPicker"/>
</view>
<t-tabs defaultValue="{{0}}" t-class="custom-tabs" theme="card">
<t-tab-panel label="总览" value="0" class="tab_content">
<view class="space_box">
<text>总资产\n {{1203.00}}</text>
<text>总资产\n {{1203.00}}</text>
<text>总资产\n {{1203.00}}</text>
<text>总资产\n {{1203.00}}</text>
<text>总资产\n {{1203.00}}</text>
</view>
</t-tab-panel>
<t-tab-panel label="分类" value="1" class="tab_content">
Jodijawoidjwoaidjwaoij
</t-tab-panel>
<t-tab-panel label="趋势" value="2" class="tab_content">
</t-tab-panel>
<t-tab-panel label="排行" value="3" class="tab_content">
</t-tab-panel>
</t-tabs>
<view class="placeholder"/>
<foot-tab value="label_2"/>
<!-- 年月 -->
<t-date-time-picker
title="选择日期"
visible="{{showDateVisible}}"
mode="month"
value="{{showDate}}"
format="YYYY-MM"
bindchange="onConfirm"
bindpick="onColumnChange"
bindcancel="hidePicker"
start="{{start}}"
end="{{end}}"
/>