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