feat: 增加使用日期组件

This commit is contained in:
2026-03-13 00:06:32 +08:00
parent dde9b037fe
commit 8c3f04b44a
7 changed files with 179 additions and 4 deletions

View File

@@ -10,7 +10,7 @@
<view class="title-row ml-4 mb-4">
<text class="left font-size-14 color-171717">{{ item.name }}</text>
<view class="sep" aria-hidden="true"></view>
<text class="right font-size-14 color-171717">{{ item.count }}</text>
<text class="right font-size-14 color-171717">{{ item.count }}{{ item.unit }}</text>
</view>
</view>