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