complaintworkfeedback.vue 200 B

12345678
  1. <template>
  2. <iframe
  3. height="100%"
  4. width="100%"
  5. :src="`/static/views/compvis/complaintworkfeedback.html?${this.$route.fullPath.split('?')[1]}`"
  6. frameborder="0"
  7. ></iframe>
  8. </template>