update 能源,规格:
This commit is contained in:
@@ -6,8 +6,7 @@ import { useSelector } from "react-redux";
|
||||
|
||||
function EnergyCost(props) {
|
||||
const energyInfo = useSelector((state) => state.energy?.info);
|
||||
if (energyInfo) {
|
||||
}
|
||||
|
||||
return (
|
||||
<Container title="能耗" icon="battery" className={cls.energyCost}>
|
||||
<div className={`flex flex-col`}>
|
||||
|
||||
Reference in New Issue
Block a user