|
@@ -50,13 +50,13 @@
|
|
|
{
|
|
|
label: '复制',
|
|
|
//disabled:!(record.status == 1 || (record.status == -2 && record.payStatus == 1)),
|
|
|
- //ifShow:getCheckRole('scenes-copy'),
|
|
|
+ ifShow:getCheckRole('super'),
|
|
|
onClick: handleCopy.bind(null, record),
|
|
|
},
|
|
|
{
|
|
|
label: '迁移',
|
|
|
//disabled:!(record.status == 1 || record.status == -2),
|
|
|
- //ifShow:getCheckRole('scenes-move'),
|
|
|
+ ifShow:getCheckRole('super'),
|
|
|
onClick: handleMove.bind(null, record),
|
|
|
},
|
|
|
// {
|