Commit af42433b authored by chenshouchao's avatar chenshouchao

nothing

parent 88d614dc
...@@ -11,7 +11,6 @@ import MyPagination from "@/components/mui/MyPagination"; ...@@ -11,7 +11,6 @@ import MyPagination from "@/components/mui/MyPagination";
import ascIcon from "@/assets/project/ascIcon.svg"; import ascIcon from "@/assets/project/ascIcon.svg";
import descIcon from "@/assets/project/descIcon.svg"; import descIcon from "@/assets/project/descIcon.svg";
import sortIcon from "@/assets/project/sort.svg"; import sortIcon from "@/assets/project/sort.svg";
import NoData from "../BusinessComponents/NoData";
import CircularProgress from "@mui/material/CircularProgress"; import CircularProgress from "@mui/material/CircularProgress";
import { createTheme, ThemeProvider } from "@mui/material"; import { createTheme, ThemeProvider } from "@mui/material";
import noFile from "@/assets/project/noFile.svg"; import noFile from "@/assets/project/noFile.svg";
...@@ -27,7 +26,7 @@ interface IMyTableProps { ...@@ -27,7 +26,7 @@ interface IMyTableProps {
rows: Array<any>; // 表格数据 rows: Array<any>; // 表格数据
headCells: Array<any>; // 表头配置 headCells: Array<any>; // 表头配置
key?: string; // 表格数据的key key?: string; // 表格数据的key
loading?: boolean; loading?: boolean; // 是否正在加载数据
hasCheckbox?: boolean; // 是否有复选框 hasCheckbox?: boolean; // 是否有复选框
selectItems?: Array<any>; // 选中的项 selectItems?: Array<any>; // 选中的项
setSelectItems?: any; // 设置选中的项 setSelectItems?: any; // 设置选中的项
......
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