Commit b285d2a28957d2afc7f632ccdf16be5887b003c2

Authored by fengwotao
1 parent b3898887

fix: DEFECT-1241 设备公开和私有使用效果(看图修改)

... ... @@ -141,7 +141,6 @@
141 141 icon: record?.customerAdditionalInfo?.isPublic
142 142 ? 'ant-design:lock-outlined'
143 143 : 'ant-design:unlock-outlined',
144   - ifShow: record?.customerAdditionalInfo?.isPublic === undefined ? false : true,
145 144 onClick: handlePublicDevice.bind(null, record),
146 145 },
147 146 {
... ...