fix: 🐛 图标不显示问题修复
This commit is contained in:
@@ -29,11 +29,11 @@
|
|||||||
</el-form-item>
|
</el-form-item>
|
||||||
<el-form-item>
|
<el-form-item>
|
||||||
<el-button type="primary" @click="handleQuery()">
|
<el-button type="primary" @click="handleQuery()">
|
||||||
<Search />
|
<template #icon><Search /></template>
|
||||||
搜索
|
搜索
|
||||||
</el-button>
|
</el-button>
|
||||||
<el-button @click="handleResetQuery()">
|
<el-button @click="handleResetQuery()">
|
||||||
<Refresh />
|
<template #icon><Refresh /></template>
|
||||||
重置
|
重置
|
||||||
</el-button>
|
</el-button>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
@@ -47,7 +47,7 @@
|
|||||||
type="success"
|
type="success"
|
||||||
@click="handleOpenDialog()"
|
@click="handleOpenDialog()"
|
||||||
>
|
>
|
||||||
<Plus />
|
<template #icon><Add /></template>
|
||||||
新增通知
|
新增通知
|
||||||
</el-button>
|
</el-button>
|
||||||
<el-button
|
<el-button
|
||||||
@@ -56,7 +56,7 @@
|
|||||||
:disabled="ids.length === 0"
|
:disabled="ids.length === 0"
|
||||||
@click="handleDelete()"
|
@click="handleDelete()"
|
||||||
>
|
>
|
||||||
<Delete />
|
<template #icon><Delete /></template>
|
||||||
删除
|
删除
|
||||||
</el-button>
|
</el-button>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
@@ -48,11 +48,11 @@
|
|||||||
|
|
||||||
<el-form-item>
|
<el-form-item>
|
||||||
<el-button type="primary" @click="handleQuery">
|
<el-button type="primary" @click="handleQuery">
|
||||||
<Search />
|
<template #icon><Search /></template>
|
||||||
搜索
|
搜索
|
||||||
</el-button>
|
</el-button>
|
||||||
<el-button @click="handleResetQuery">
|
<el-button @click="handleResetQuery">
|
||||||
<Refresh />
|
<template #icon><Refresh /></template>
|
||||||
重置
|
重置
|
||||||
</el-button>
|
</el-button>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
|
|||||||
Reference in New Issue
Block a user