修改所属商品字段

This commit is contained in:
duan 2024-08-16 15:22:29 +08:00
parent b3a48a68af
commit ce546e09b2
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@
<template v-slot="scope"> <template v-slot="scope">
<!-- <el-button v-for="(item) in scope.row.product" @click="toGoods(item)" :key="item.productId" type="text">{{ <!-- <el-button v-for="(item) in scope.row.product" @click="toGoods(item)" :key="item.productId" type="text">{{
item.productName }}</el-button> --> item.productName }}</el-button> -->
{{ scope.row.productName }} {{ scope.row.productId }}
</template> </template>
</el-table-column> </el-table-column>