Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -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 | }, |