mirror of
https://github.com/PanJiaChen/vue-element-admin.git
synced 2025-04-06 03:57:53 +08:00
fix: element icon图标不显示
This commit is contained in:
parent
0caa975ee2
commit
8f1becc19f
@ -57,7 +57,7 @@
|
|||||||
v-if="row.edit"
|
v-if="row.edit"
|
||||||
type="success"
|
type="success"
|
||||||
size="small"
|
size="small"
|
||||||
icon="el-icon-circle-check-outline"
|
icon="el-icon-circle-check"
|
||||||
@click="confirmEdit(row)"
|
@click="confirmEdit(row)"
|
||||||
>
|
>
|
||||||
Ok
|
Ok
|
||||||
|
Loading…
x
Reference in New Issue
Block a user