index.wxml 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. <view class="container">
  2. <view class="grid col-2">
  3. <!-- <view bindtap="toRouter" data-url="deviceTest">
  4. <view class="margin-xs padding radius shadow-warp operation-list-cel">
  5. <image class='item-img' src='../../static/images/my/operate_ico_01@3x.png'></image>
  6. <text class='item-name'>设备测试</text>
  7. </view>
  8. </view>
  9. <view bindtap="toRouter" data-url="deviceSetting">
  10. <view class="margin-xs padding radius shadow-warp operation-list-cel">
  11. <image class='item-img' src='../../static/images/my/operate_ico_01@3x.png'></image>
  12. <text class='item-name'>设备设置</text>
  13. </view>
  14. </view> -->
  15. <view bindtap="toRouter" data-url="deviceUnbind">
  16. <view class="margin-xs padding radius shadow-warp operation-list-cel">
  17. <image class='item-img' src='../../static/images/my/operate_ico_02@3x.png'></image>
  18. <text class='item-name'>设备解绑</text>
  19. </view>
  20. </view>
  21. <!-- <view bindtap="toRouter" data-url="/pages/stock/replenish">
  22. <view class="margin-xs padding radius shadow-warp operation-list-cel">
  23. <image class='item-img' src='../../static/images/my/operate_ico_03@3x.png'></image>
  24. <text class='item-name'>补货管理</text>
  25. </view>
  26. </view> -->
  27. <view bindtap="toRouter" data-url="/pages/stock/stockout">
  28. <view class="margin-xs padding radius shadow-warp operation-list-cel">
  29. <image class='item-img' src='../../static/images/my/operate_ico_04@3x.png'></image>
  30. <text class='item-name'>缺货预警</text>
  31. </view>
  32. </view>
  33. <view bindtap="toRouter" data-url="/pages/repairs/index">
  34. <view class="margin-xs padding radius shadow-warp operation-list-cel">
  35. <image class='item-img' src='../../static/images/my/operate_ico_05@3x.png'></image>
  36. <text class='item-name'>故障报修</text>
  37. </view>
  38. </view>
  39. </view>
  40. </view>