添加页面及完善二级页面
This commit is contained in:
@@ -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" /> -->
|
||||
|
||||
Reference in New Issue
Block a user