index.wxml 652 B

1234567891011121314151617181920212223242526
  1. <view class="operation">
  2. <view class="operation_item">
  3. <view class="operation_item_title">
  4. 今日销售
  5. </view>
  6. <view class="operation_item_sum">
  7. 188,800
  8. </view>
  9. </view>
  10. <view class="operation_item">
  11. <view class="operation_item_title">
  12. 今日入账
  13. </view>
  14. <view class="operation_item_sum">
  15. 10,800
  16. </view>
  17. </view>
  18. <view class="operation_item">
  19. <view class="operation_item_title">
  20. 今日订单
  21. </view>
  22. <view class="operation_item_sum">
  23. 8
  24. </view>
  25. </view>
  26. </view>