Install
npm i ez-report
Usage
import FastReport from 'ez-report';
render(){
return (
const id = 'xxx'
const requestUrl = 'www.xxx.com'
<FastReport
id = {id}
requestUrl = {()=>{}}
/>
)
}
报表
npm i ez-report
import FastReport from 'ez-report';
render(){
return (
const id = 'xxx'
const requestUrl = 'www.xxx.com'
<FastReport
id = {id}
requestUrl = {()=>{}}
/>
)
}