|
|
@ -4,8 +4,8 @@
|
|
|
|
<template slot="title">{{ data.productInfoEtitle }}</template>
|
|
|
|
<template slot="title">{{ data.productInfoEtitle }}</template>
|
|
|
|
<template slot="subTitle">{{ data.productInfoCtitle }}</template>
|
|
|
|
<template slot="subTitle">{{ data.productInfoCtitle }}</template>
|
|
|
|
</TitleGroup>
|
|
|
|
</TitleGroup>
|
|
|
|
|
|
|
|
<div v-for="ii in groupByCount(data.hwProductInfoDetailList)">
|
|
|
|
<div class="list">
|
|
|
|
<div class="list">
|
|
|
|
<div v-for="ii in groupByCount(data.hwProductInfoDetailList)">
|
|
|
|
|
|
|
|
<div class="item" v-for="(i,k) in ii">
|
|
|
|
<div class="item" v-for="(i,k) in ii">
|
|
|
|
<el-image
|
|
|
|
<el-image
|
|
|
|
style="width: 100%;height: 100%"
|
|
|
|
style="width: 100%;height: 100%"
|
|
|
|