recordOne.axml 466 B

1234567891011
  1. <view>
  2. <view style="height:20rpx"></view>
  3. <view class="main">
  4. <view class="itme-li">
  5. <textarea maxlength="100" value="{{item.remark}}" onInput="bindTextAreaBlur" placeholder="请认真填写做这件事的关键过程"></textarea>
  6. </view>
  7. </view>
  8. <view class="btn-area" style="margin-top:28rpx;">
  9. <button type="default" loading="{{disabled}}" class="defBtn" disabled="{{disabled}}" catchTap="formSubmit">提交</button>
  10. </view>
  11. </view>