PrintCheck.vue 412 B

12345678910111213141516171819202122
  1. <template>
  2. <xc-print category-id="f4da8050a6e711ed946c0561a12323c7"
  3. category-code="7d35c6e0a6d311ed87671b16314fa5ea"
  4. width="800px"
  5. height="800px"/>
  6. </template>
  7. <script setup name='PrintCheck'>
  8. import XcPrint from "@/components/xiao-chan/print/XcPrint.vue";
  9. let scr = ''
  10. const fillData = (data) => {
  11. console.log(data)
  12. }
  13. </script>
  14. <style scoped lang="scss">
  15. </style>