zhongtianhaoyuan 3 年之前
父节点
当前提交
a040284129
共有 1 个文件被更改,包括 5 次插入2 次删除
  1. 5 2
      src/views/warehousenew/warehouseManagement.vue

+ 5 - 2
src/views/warehousenew/warehouseManagement.vue

@@ -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>