运维小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

123456789101112131415161718192021222324252627282930313233
  1. <view class="dailyreport">
  2. <view class="owner_type1x">
  3. <view class="calculation_strategy">
  4. 设备二维码
  5. </view>
  6. <view class="event">
  7. <view class="switch-container">
  8. <view class="owner_easyinput1">
  9. <!-- <image class="calculation_image" src="{{file.path}}" mode="aspectFit" data-src="{{item}}" bindtap="previewImage"/> -->
  10. <view class="calculation_usebox1" bind:tap="scancode">
  11. <!-- <t-icon name="add" size="100rpx" data-name="add"/> -->
  12. <t-icon name="scan" size="100rpx" data-name="scan"/>
  13. </view>
  14. </view>
  15. </view>
  16. </view>
  17. </view>
  18. <view class="owner_type1x">
  19. 设备二维码: {{rawData}} <text data-name="{{rawData}}" bind:tap="onqrcode">复制</text>
  20. </view>
  21. <view class="owner_type1x">
  22. 设备名称: {{result}} <text data-name="{{result}}" bind:tap="onqrcode">复制</text>
  23. </view>
  24. <view class="button">
  25. <!-- <view class="button_upload" bind:tap="uploadXlsxFile">上传</view> -->
  26. </view>
  27. </view>