style(demo): replace account page detail icon
This commit is contained in:
parent
5005e6e56b
commit
ddf116da14
|
|
@ -9,7 +9,7 @@
|
||||||
<TableAction
|
<TableAction
|
||||||
:actions="[
|
:actions="[
|
||||||
{
|
{
|
||||||
icon: 'clarity:eye-show-solid',
|
icon: 'clarity:info-standard-line',
|
||||||
title: '查看用户详情',
|
title: '查看用户详情',
|
||||||
onClick: handleView.bind(null, record),
|
onClick: handleView.bind(null, record),
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue