Commit c942ee158a89e2747e95551780220bc316ba82a3

Authored by fengtao
1 parent 208a36eb

feat:新增数据流转查看权限标识 转换脚本查看权限标识

... ... @@ -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,
... ...
... ... @@ -29,7 +29,7 @@
29 29 :actions="[
30 30 {
31 31 label: '查看',
32   - // auth: 'api:yt:convert:js:get',
  32 + auth: 'api:yt:convert:js:get',
33 33 icon: 'ant-design:eye-outlined',
34 34 onClick: handleView.bind(null, record),
35 35 ifShow: record.status == 1,
... ...