fix: 修复WxReply、WxMaterialSelect组件bug

(cherry picked from commit 42a9715ff2)
This commit is contained in:
dhb52 2023-04-08 10:13:22 +08:00 committed by shizhong
parent cbb43f099e
commit 8ab35b3811

View File

@ -92,7 +92,7 @@
>
<template #default="scope">
<el-button type="text" @click="selectMaterialFun(scope.row)"
>选择<Icon icon="ep:circle-plus" />
>选择<Icon icon="akar-icons:circle-plus" />
</el-button>
</template>
</el-table-column>