|
|
@ -40,13 +40,13 @@ |
|
|
|
<el-table-column type="selection" align="center" width="50" /> |
|
|
|
<el-table-column label="序号" fixed type="index" width="80" :index="indexMethod" align="center" /> |
|
|
|
<el-table-column prop="jc" width="320" label="质物信息" header-align="center" align="center"> |
|
|
|
<template slot-scope="scope"> |
|
|
|
<div class="newsname" v-for="(item, index) in Datalistb" :key="index"> |
|
|
|
<div class="tit">仓库名称:{{ item.name }}</div> |
|
|
|
<div class="time">仓库位置:{{ item.weizhi }}</div> |
|
|
|
<div class="time">货架号:{{ item.huohao }}</div> |
|
|
|
<div class="time">联系人:{{ item.ren }}</div> |
|
|
|
<div class="time">联系电话:{{ item.dianhua }}</div> |
|
|
|
<template slot-scope="{row}"> |
|
|
|
<div class="newsname"> |
|
|
|
<div class="tit">仓库名称:{{ row.wareHouseName }}</div> |
|
|
|
<div class="time">仓库位置:{{ row.wareHouseAddress }}</div> |
|
|
|
<!-- <div class="time">货架号:{{ item.huohao }}</div> --> |
|
|
|
<div class="time">联系人:{{ row.linkerName }}</div> |
|
|
|
<div class="time">联系电话:{{ row.linkerPhone }}</div> |
|
|
|
</div> |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|