商品属性组列表
parent
6278791e55
commit
1bcf81409a
|
@ -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">-->
|
||||
|
|
Loading…
Reference in New Issue