Commit 464f15f6302fb3d3e70d74860f508aa4bfb74fbd

Authored by fengtao
1 parent 2bbe94d1

pref:优化报表配置表格查看图标

@@ -29,7 +29,7 @@ @@ -29,7 +29,7 @@
29 :actions="[ 29 :actions="[
30 { 30 {
31 label: '查看', 31 label: '查看',
32 - icon: 'clarity:note-edit-line', 32 + icon: 'ant-design:eye-outlined',
33 onClick: handleViewDetail.bind(null, record), 33 onClick: handleViewDetail.bind(null, record),
34 ifShow: record.status === 1, 34 ifShow: record.status === 1,
35 }, 35 },