修改所属商品字段
This commit is contained in:
@@ -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>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user