Sign in
canrd-outside
/
order-erp-front
·
Commits
GitLab
Go to group
Project
Activity
Files
Commits
Builds
0
Network
Graphs
Milestones
Issues
0
Merge Requests
1
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
ddf116da14a9cd09ea3757215fbf421f299f2e75
Authored by
无木
2021-07-01 11:36:45 +0800
1 parent
5005e6e5
style(demo): replace account page detail icon
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/views/demo/system/account/index.vue
src/views/demo/system/account/index.vue
View file @
ddf116d
...
...
@@ -9,7 +9,7 @@
9
9
<TableAction
10
10
:actions="[
11
11
{
12
- icon: 'clarity:
eye-show-solid
',
12
+ icon: 'clarity:
info-standard-line
',
13
13
title: '查看用户详情',
14
14
onClick: handleView.bind(null, record),
15
15
},
...
...