Showing
2 changed files
with
2 additions
and
2 deletions
| @@ -43,7 +43,7 @@ | @@ -43,7 +43,7 @@ | ||
| 43 | :actions="[ | 43 | :actions="[ |
| 44 | { | 44 | { |
| 45 | label: '查看', | 45 | label: '查看', |
| 46 | - // auth: 'api:yt:convert:config:get', | 46 | + auth: 'api:yt:convert:config:get', |
| 47 | icon: 'ant-design:eye-outlined', | 47 | icon: 'ant-design:eye-outlined', |
| 48 | onClick: handleView.bind(null, record), | 48 | onClick: handleView.bind(null, record), |
| 49 | ifShow: record.status == 1, | 49 | ifShow: record.status == 1, |
| @@ -29,7 +29,7 @@ | @@ -29,7 +29,7 @@ | ||
| 29 | :actions="[ | 29 | :actions="[ |
| 30 | { | 30 | { |
| 31 | label: '查看', | 31 | label: '查看', |
| 32 | - // auth: 'api:yt:convert:js:get', | 32 | + auth: 'api:yt:convert:js:get', |
| 33 | icon: 'ant-design:eye-outlined', | 33 | icon: 'ant-design:eye-outlined', |
| 34 | onClick: handleView.bind(null, record), | 34 | onClick: handleView.bind(null, record), |
| 35 | ifShow: record.status == 1, | 35 | ifShow: record.status == 1, |