wtqd.vue 316 B

12345678910111213141516
  1. <template>
  2. <z-b-t-j-common-title name="问题清单" />
  3. <div className="content">
  4. <div>
  5. </div>
  6. </div>
  7. </template>
  8. <script setup name="wtqd" lang="ts">
  9. import ZBTJCommonTitle from '@/views/cstj/indicators/analyse/gather/components/ZBTJCommonTitle.vue';
  10. </script>
  11. <style scoped lang="scss">
  12. </style>