...
|
...
|
@@ -43,7 +43,7 @@ |
43
|
43
|
:actions="[
|
44
|
44
|
{
|
45
|
45
|
label: '查看',
|
46
|
|
- // auth: 'api:yt:convert:config:get',
|
|
46
|
+ auth: 'api:yt:convert:config:get',
|
47
|
47
|
icon: 'ant-design:eye-outlined',
|
48
|
48
|
onClick: handleView.bind(null, record),
|
49
|
49
|
ifShow: record.status == 1,
|
...
|
...
|
|