商品属性组列表

day9
xiaohuang 2024-03-25 21:25:16 +08:00
parent 6278791e55
commit 1bcf81409a
1 changed files with 7 additions and 0 deletions

View File

@ -75,6 +75,13 @@
<el-table-column type="selection" width="55" align="center" />
<el-table-column label="编号" align="center" prop="id" />
<el-table-column label="组名称" align="center" prop="name" />
<el-table-column label="组内属性" align="center" prop="attributeInfoList">
<template slot-scope="scope">
<el-tag v-for="attributeInfo in scope.row.attributeInfoList">
{{attributeInfo.name}}
</el-tag>
</template>
</el-table-column>
<!-- <el-table-column label="组内属性" align="center" prop="attributeInfoList" >-->
<!-- <template slot-scope="scope">-->
<!-- <el-tag v-for="attributeInfo in scope.row.attributeInfoList">-->