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