Commit 266eb4f737005af352e3e4078c731aa1a3859a6b

Authored by fengtao
1 parent 532ad036

fix:DEFECT-811 设备分配过后,允许编辑设备信息

@@ -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 ]"