@@ -69,6 +69,20 @@ const LockTabList = props => {
toggleDrawer()
}
+ const handleClientClick = () => {
+ toggleDrawer()
+ setDrawerProps({
+ closable: true,
+ onClose: () => toggleDrawer(),
+ bodyStyle: {
+ height: '100vh',
+ overflowY: 'hidden'
+ },
+ children: <ClientDetail dataId={clientId} />
+ })
+ }
+
return (
<div>
<div className="pl-4">