商品属性集合

123
DongZeLiang 2024-03-26 14:14:54 +08:00
parent aef740d9c7
commit aa94a0bf49
1 changed files with 5 additions and 5 deletions

View File

@ -87,10 +87,9 @@
<el-descriptions-item v-for="attribute in attributeGroup.attributeList" <el-descriptions-item v-for="attribute in attributeGroup.attributeList"
:label="attribute.name">{{attributeMap[attribute.id]}}</el-descriptions-item> :label="attribute.name">{{attributeMap[attribute.id]}}</el-descriptions-item>
</el-descriptions> </el-descriptions>
<el-descriptions title="其他属性" :column="1"> <el-descriptions v-if="projectDetail.attributeInfoList.length !== 0" title="其他属性" :column="1">
<el-descriptions-item label="用户名">kooriookami</el-descriptions-item> <el-descriptions-item v-for="attributeInfo in projectDetail.attributeInfoList"
<el-descriptions-item label="手机号">18100000000</el-descriptions-item> :label="attributeInfo.name">{{attributeMap[attributeInfo.id]}}</el-descriptions-item>
<el-descriptions-item label="居住地">苏州市</el-descriptions-item>
</el-descriptions> </el-descriptions>
<editor v-model="projectDetail.projectInfo.introduction" :read-only="true" > <editor v-model="projectDetail.projectInfo.introduction" :read-only="true" >
@ -121,7 +120,8 @@ export default {
}, },
brandInfo: { brandInfo: {
nam: "" nam: ""
} },
attributeInfoList: []
}, },
checkSkuInfo: { checkSkuInfo: {
price: 0.00 price: 0.00