项目整合积木报表-设计页面
<template><div><iframe id="dome" :src=src ></iframe></div>
</template><script>export default {data(){return{src:configSrc.src+"/jmreport/view/836138868821839872"}}}
</script><style scoped>
#dome{width: 100%;height: calc(100vh - 90px);
}
</style>