Sign in
简柏林
/
thingskit-front
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Network
Download as
Email Patches
Plain Diff
Browse Files
Commit
464f15f6302fb3d3e70d74860f508aa4bfb74fbd
Authored by
fengtao
2022-08-30 09:58:01 +0800
1 parent
2bbe94d1
pref:优化报表配置表格查看图标
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/views/report/config/index.vue
src/views/report/config/index.vue
View file @
464f15f
...
...
@@ -29,7 +29,7 @@
29
29
:actions="[
30
30
{
31
31
label: '查看',
32
-
icon: '
clarity:note-edit-line
',
32
+
icon: '
ant-design:eye-outlined
',
33
33
onClick: handleViewDetail.bind(null, record),
34
34
ifShow: record.status === 1,
35
35
},
...
...