|
@@ -65,12 +65,12 @@
|
|
</el-table-column>
|
|
</el-table-column>
|
|
<el-table-column label="货名">
|
|
<el-table-column label="货名">
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
- <div
|
|
|
|
|
|
+ <div
|
|
style="height: 24px"
|
|
style="height: 24px"
|
|
v-for="(item, i) in scope.row.warehouseNumViewList"
|
|
v-for="(item, i) in scope.row.warehouseNumViewList"
|
|
:key="i"
|
|
:key="i"
|
|
>
|
|
>
|
|
- {{ item.goodsName }}
|
|
|
|
|
|
+ {{ item.goodsName}}
|
|
</div>
|
|
</div>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
@@ -362,4 +362,7 @@ export default {
|
|
/deep/.top_select .el-input{
|
|
/deep/.top_select .el-input{
|
|
width: 220px;
|
|
width: 220px;
|
|
}
|
|
}
|
|
|
|
+/deep/.el-table .el-table__body .cell{
|
|
|
|
+ display: contents !important;
|
|
|
|
+}
|
|
</style>
|
|
</style>
|