<el-table-column prop="address" label="地址"></el-table-column>
<el-table-column label="关联门店" width="240" align="left">
<span slot-scope="scope">
<span v-for="item in scope.row.shop">{{ item.shopName }} </span>
</span>
</el-table-column>
<el-table-column prop="whStat" label="仓库状态"></el-table-column>