修改所属商品字段

This commit is contained in:
duan
2024-08-16 15:22:29 +08:00
parent b3a48a68af
commit ce546e09b2

View File

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