添加页面及完善二级页面

This commit is contained in:
zhengw
2026-03-09 14:21:52 +08:00
parent aa1294f997
commit 9033acc56d
30 changed files with 611 additions and 32 deletions

View File

@@ -15,8 +15,9 @@
<view slot="note" style="color: #000;">{{params.bill_date || ''}}</view>
</t-cell>
<t-textarea bindchange="onCommentInput" placeholder="备注" autosize="{{true}}" bordered="{{true}}">
<view slot="label" style="font-size: initial;">备注</view>
<t-textarea bindchange="onCommentInput" placeholder="备注" autosize maxlength="255" bordered
style="margin-top: 16rpx;">
<view slot="label" class="textarea-label">备注</view>
</t-textarea>
<!-- <t-input label="备注" placeholder="备注" bindchange="onCommentInput" /> -->