12345678910111213141516171819202122 |
- <template>
- <xc-print category-id="f4da8050a6e711ed946c0561a12323c7"
- category-code="7d35c6e0a6d311ed87671b16314fa5ea"
- width="800px"
- height="800px"/>
- </template>
- <script setup name='PrintCheck'>
- import XcPrint from "@/components/xiao-chan/print/XcPrint.vue";
- let scr = ''
- const fillData = (data) => {
- console.log(data)
- }
- </script>
- <style scoped lang="scss">
- </style>
|