Showing
1 changed file
with
1 additions
and
1 deletions
@@ -113,7 +113,7 @@ | @@ -113,7 +113,7 @@ | ||
113 | label: '编辑', | 113 | label: '编辑', |
114 | auth: 'api:yt:device:update', | 114 | auth: 'api:yt:device:update', |
115 | icon: 'clarity:note-edit-line', | 115 | icon: 'clarity:note-edit-line', |
116 | - ifShow: authBtn(role) && record.customerId === undefined, | 116 | + ifShow: authBtn(role), |
117 | onClick: handleEdit.bind(null, record), | 117 | onClick: handleEdit.bind(null, record), |
118 | }, | 118 | }, |
119 | ]" | 119 | ]" |