提交 e01b46f0 作者: 龚洪江

修复:数据看板权限

上级 3441fd7a
...@@ -53,3 +53,6 @@ export type checkDynamicType = InterFunction< ...@@ -53,3 +53,6 @@ export type checkDynamicType = InterFunction<
{ dynamicId: number; status: boolean }, { dynamicId: number; status: boolean },
NonNullable<unknown> NonNullable<unknown>
>; >;
// 话题-列表
export type listGambitType = InterFunction<any, any>;
import { Table } from 'antd';
import SearchBox from '~/components/search-box';
const TopicList = () => { const TopicList = () => {
return <div className='topic-list'></div>; return (
<div className='topic-list'>
<SearchBox />
<Table bordered />
</div>
);
}; };
export default TopicList; export default TopicList;
...@@ -239,8 +239,6 @@ export const routerList: Array<RouteObjectType> = [ ...@@ -239,8 +239,6 @@ export const routerList: Array<RouteObjectType> = [
icon: <BarChartOutlined />, icon: <BarChartOutlined />,
title: '数据看板', title: '数据看板',
id: 2, id: 2,
hidden: true,
develop: true,
}, },
}, },
{ {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论