closed_loop_management.vue 224 B

123456789101112131415161718192021
  1. <template>
  2. <view>
  3. <t-o-news-tab-1></t-o-news-tab-1>
  4. </view>
  5. </template>
  6. <script>
  7. export default {
  8. data() {
  9. return {
  10. };
  11. }
  12. }
  13. </script>
  14. <style lang="scss">
  15. page{
  16. background-color: #F3F8F7;
  17. }
  18. </style>