fix: Merge后的修复

(cherry picked from commit 99166ee664)
This commit is contained in:
dhb52
2023-04-09 13:41:14 +08:00
committed by shizhong
parent d4424fbcea
commit 6cd59a3440
3 changed files with 60 additions and 60 deletions

View File

@ -47,8 +47,8 @@
/>
<el-table-column label="操作" align="center" fixed="right">
<template #default="scope">
<el-button type="text" @click="selectMaterialFun(scope.row)">
选择<Icon icon="ep:plus" />
<el-button type="primary" link @click="selectMaterialFun(scope.row)"
>选择<Icon icon="ep:plus" />
</el-button>
</template>
</el-table-column>
@ -88,8 +88,8 @@
class-name="small-padding fixed-width"
>
<template #default="scope">
<el-button type="text" @click="selectMaterialFun(scope.row)">
选择<Icon icon="akar-icons:circle-plus" />
<el-button type="primary" link @click="selectMaterialFun(scope.row)"
>选择<Icon icon="akar-icons:circle-plus" />
</el-button>
</template>
</el-table-column>