dev-tmp1
tangjie 2026-08-18 09:05:51 +08:00
parent c1789ef6c6
commit 513f54a031
1 changed files with 3 additions and 3 deletions

View File

@ -137,9 +137,9 @@ const Driver = (props) => {
<div className={`driver-container${isSupervision ? " driver-container--cockpit" : ""}`}>
<Skeleton active loading={isLoading}>
<div className="driver-container-content">
<Institution {...props} />
{/* {showContent && isInstitution && <Institution {...props} />}
{showContent && isSupervision && <Cockpit {...props} />} */}
{showContent && isInstitution && <Institution {...props} />}
{showContent && isSupervision && <Cockpit {...props} />}
</div>
</Skeleton>
</div>