print-layout.wxml 395 B

12345678
  1. <view style="background-color: white;width: 100%; height: 100%;">
  2. <view style="font-size: 26px;margin-bottom: 30rpx;padding-top: 100rpx;padding-left: 20rpx;">
  3. {{$t['ticketPirnt']}}
  4. </view>
  5. <view wx:for="{{tableList}}" wx:key="index" data-item="{{item}}" data-index="{{index}}" catch:tap="print">
  6. <van-cell title-class="title-class" title="{{item.layoutName}}" is-link />
  7. </view>
  8. </view>