Commit b285d2a28957d2afc7f632ccdf16be5887b003c2
1 parent
b3898887
fix: DEFECT-1241 设备公开和私有使用效果(看图修改)
Showing
1 changed file
with
0 additions
and
1 deletions
@@ -141,7 +141,6 @@ | @@ -141,7 +141,6 @@ | ||
141 | icon: record?.customerAdditionalInfo?.isPublic | 141 | icon: record?.customerAdditionalInfo?.isPublic |
142 | ? 'ant-design:lock-outlined' | 142 | ? 'ant-design:lock-outlined' |
143 | : 'ant-design:unlock-outlined', | 143 | : 'ant-design:unlock-outlined', |
144 | - ifShow: record?.customerAdditionalInfo?.isPublic === undefined ? false : true, | ||
145 | onClick: handlePublicDevice.bind(null, record), | 144 | onClick: handlePublicDevice.bind(null, record), |
146 | }, | 145 | }, |
147 | { | 146 | { |