Browse Source

nvr全选显示时间

release_0.0.2
deartibers 3 years ago
parent
commit
c9bd721035
  1. 2
      code/VideoAccess-VCMP/web/client/src/sections/equipmentWarehouse/components/nvrCamera.jsx

2
code/VideoAccess-VCMP/web/client/src/sections/equipmentWarehouse/components/nvrCamera.jsx

@ -259,7 +259,7 @@ function nvrCamera ({ dispatch, actions, nvrRef, cameraData, addNvr, nvrNumber }
> >
视频流获取 视频流获取
</Button> </Button>
{NVRcameraList.length > 0 ? ( {stepp!=='none' ? (
<div <div
style={{ display: "flex", alignItems: "center", marginLeft: 211 }} style={{ display: "flex", alignItems: "center", marginLeft: 211 }}
> >

Loading…
Cancel
Save