|
@@ -49,11 +49,7 @@
|
|
disabled:!(record.status == 1 || record.status == -2),
|
|
disabled:!(record.status == 1 || record.status == -2),
|
|
ifShow:getTypeCheckPerm('customer-scenes-copy'),
|
|
ifShow:getTypeCheckPerm('customer-scenes-copy'),
|
|
//icon: 'akar-icons:copy',
|
|
//icon: 'akar-icons:copy',
|
|
- //onClick: handleCopy.bind(null, record),
|
|
|
|
- popConfirm: {
|
|
|
|
- title: '是否复制?',
|
|
|
|
- confirm: handleCopy.bind(null, record),
|
|
|
|
- },
|
|
|
|
|
|
+ onClick: handleCopy.bind(null, record),
|
|
},
|
|
},
|
|
{
|
|
{
|
|
label: '删除',
|
|
label: '删除',
|