|
@@ -24,7 +24,7 @@
|
|
|
:actions="[
|
|
|
{
|
|
|
label: '详情',
|
|
|
- //ifShow:getCheckPerm('work_detail'),
|
|
|
+ ifShow:getCheckPerm('work_detail'),
|
|
|
onClick: handleDetail.bind(null, record),
|
|
|
},
|
|
|
]"
|
|
@@ -38,7 +38,7 @@
|
|
|
:actions="[
|
|
|
{
|
|
|
label: '详情',
|
|
|
- //ifShow:getCheckPerm('work_detail'),
|
|
|
+ ifShow:getCheckPerm('work_detail'),
|
|
|
onClick: handleDetail.bind(null, record),
|
|
|
},
|
|
|
]"
|