fix: 🐛 图标不显示问题修复

This commit is contained in:
ray
2024-10-11 16:57:24 +08:00
parent 3273b237d1
commit dbc1a355f9
2 changed files with 6 additions and 6 deletions

View File

@@ -29,11 +29,11 @@
</el-form-item>
<el-form-item>
<el-button type="primary" @click="handleQuery()">
<Search />
<template #icon><Search /></template>
搜索
</el-button>
<el-button @click="handleResetQuery()">
<Refresh />
<template #icon><Refresh /></template>
重置
</el-button>
</el-form-item>
@@ -47,7 +47,7 @@
type="success"
@click="handleOpenDialog()"
>
<Plus />
<template #icon><Add /></template>
新增通知
</el-button>
<el-button
@@ -56,7 +56,7 @@
:disabled="ids.length === 0"
@click="handleDelete()"
>
<Delete />
<template #icon><Delete /></template>
删除
</el-button>
</template>

View File

@@ -48,11 +48,11 @@
<el-form-item>
<el-button type="primary" @click="handleQuery">
<Search />
<template #icon><Search /></template>
搜索
</el-button>
<el-button @click="handleResetQuery">
<Refresh />
<template #icon><Refresh /></template>
重置
</el-button>
</el-form-item>