index.vue 354 B

123456789101112131415
  1. <template>
  2. <div class="white" style="height: 100%; box-sizing: border-box;">
  3. <iframe src="https://company.citupro.com:18183/dataFactory/production-line-monitor1?aaa=111" width="100%" height="100%" frameborder="0"></iframe>
  4. </div>
  5. </template>
  6. <script>
  7. export default {
  8. name: 'salary-calculate'
  9. }
  10. </script>
  11. <style lang="scss" scoped>
  12. </style>