order.vue 189 B

123456789101112131415
  1. <template>
  2. <view class="ghs_list_page flex-col">
  3. </view>
  4. </template>
  5. <script>
  6. export default {
  7. components: {
  8. },
  9. data () {
  10. return {
  11. supplierList: []
  12. }
  13. }
  14. }
  15. </script>