用户物品的查询改成gorse

This commit is contained in:
2023-11-24 00:26:02 +08:00
parent eeb87693d4
commit da3fb87975
8 changed files with 148 additions and 38 deletions

View File

@@ -40,7 +40,7 @@
<el-table-column label="操作" width="210">
<template slot-scope="scope">
<el-button @click.native.prevent="recommendItem(scope.row)" type="text" size="small">
洞悉
查看推荐
</el-button>
</template>
</el-table-column>