|
@@ -13,21 +13,20 @@
|
|
<el-col :span="12" class="fabuList" v-for="(item, index) in fabuList" :key="index">
|
|
<el-col :span="12" class="fabuList" v-for="(item, index) in fabuList" :key="index">
|
|
<el-link :underline="false">
|
|
<el-link :underline="false">
|
|
<el-col :span="5" class="image">
|
|
<el-col :span="5" class="image">
|
|
- <el-image style="width:100px;height:97px;" :src="item.pic"></el-image>
|
|
|
|
|
|
+ <el-image style="width:100px;height:97px;" :src="item.url"></el-image>
|
|
</el-col>
|
|
</el-col>
|
|
<el-col :span="19" class="fabuListInfo">
|
|
<el-col :span="19" class="fabuListInfo">
|
|
<el-col :span="23" class="title">
|
|
<el-col :span="23" class="title">
|
|
- <span class="textOver">{{ item.title }}</span>
|
|
|
|
- </el-col>
|
|
|
|
- <el-col :span="1" class="num">
|
|
|
|
- {{ item.num }}
|
|
|
|
|
|
+ <span class="textOver">{{ item.name }}</span>
|
|
</el-col>
|
|
</el-col>
|
|
<el-col :span="16" class="company">
|
|
<el-col :span="16" class="company">
|
|
- <span class="textOver">所属企业:{{ item.company }}</span>
|
|
|
|
|
|
+ <span class="textOver">所属企业:长春福瑞科技</span>
|
|
</el-col>
|
|
</el-col>
|
|
- <el-col :span="8" class="status"> 认证状态:{{ item.status }}</el-col>
|
|
|
|
- <el-col :span="14" class="type">类别:{{ item.type }}</el-col>
|
|
|
|
- <el-col :span="10" class="date">上架时间:{{ item.date }}</el-col>
|
|
|
|
|
|
+ <el-col :span="8" class="status"> 认证状态:{{ item.state }}</el-col>
|
|
|
|
+ <el-col :span="14" class="type">类别:{{ item.product_type_name }}</el-col>
|
|
|
|
+ <el-col :span="10" class="date"
|
|
|
|
+ >上架时间:{{ item.meta && item.meta.createdAt ? new Date(item.meta.createdAt).toLocaleDateString() : '' || '' }}</el-col
|
|
|
|
+ >
|
|
</el-col>
|
|
</el-col>
|
|
</el-link>
|
|
</el-link>
|
|
</el-col>
|
|
</el-col>
|