|
@@ -372,15 +372,6 @@ const List = (editType) => {
|
|
);
|
|
);
|
|
}
|
|
}
|
|
|
|
|
|
- // const [showButton, setShowButton] = useState(false);
|
|
|
|
- // const handleMouseEnter = () => {
|
|
|
|
- // setShowButton(true);
|
|
|
|
- // };
|
|
|
|
-
|
|
|
|
- // const handleMouseLeave = () => {
|
|
|
|
- // setShowButton(false);
|
|
|
|
- // };
|
|
|
|
-
|
|
|
|
return (
|
|
return (
|
|
<>
|
|
<>
|
|
<Toolbar aria-label="Default"></Toolbar>
|
|
<Toolbar aria-label="Default"></Toolbar>
|
|
@@ -559,6 +550,22 @@ const List = (editType) => {
|
|
姓名: {
|
|
姓名: {
|
|
minWidth: 100,
|
|
minWidth: 100,
|
|
defaultWidth: 200,
|
|
defaultWidth: 200,
|
|
|
|
+ },
|
|
|
|
+ 序号: {
|
|
|
|
+ minWidth: 120,
|
|
|
|
+ defaultWidth: 120,
|
|
|
|
+ },
|
|
|
|
+ 性别: {
|
|
|
|
+ minWidth: 120,
|
|
|
|
+ defaultWidth: 120,
|
|
|
|
+ },
|
|
|
|
+ 年龄: {
|
|
|
|
+ minWidth: 120,
|
|
|
|
+ defaultWidth: 120,
|
|
|
|
+ },
|
|
|
|
+ 最后在线时间: {
|
|
|
|
+ minWidth: 120,
|
|
|
|
+ defaultWidth: 120,
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|