Browse Source

NVR添加名称格式修改

release_0.0.2
wenlele 3 years ago
parent
commit
8cb1cfcf8b
  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

@ -334,7 +334,7 @@ function nvrCamera ({ dispatch, actions, nvrRef, cameraData, addNvr, nvrNumber }
onClick={(e) => e.stopPropagation()}
></Input>
) : (
item.name
item.name.length>8?`${item.name.substr(0,8)}...`:item.name
)}
</div>
<div

Loading…
Cancel
Save