Commit 3985ad9a authored by 陈龙's avatar 陈龙

feat: 更新轻量化报表

parent 191bc89f
import React from 'react'; import React from 'react';
import ReportsManage from './ReportsManage/ReportsManage'; import ReportsManage from './ReportsManage/ReportsManage';
const BasicReport = (props) => { const BasicReport = (props) => {
return <ReportsManage {...props} />; return <ReportsManage {...props} />;
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment