Commit c942ee158a89e2747e95551780220bc316ba82a3

Authored by fengtao
1 parent 208a36eb

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

@@ -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,