作者 朱兆平

修复获取用户信息BUG

@@ -88,7 +88,7 @@ @@ -88,7 +88,7 @@
88 <span>{{scope.row.weight}}</span> 88 <span>{{scope.row.weight}}</span>
89 </template> 89 </template>
90 </el-table-column> 90 </el-table-column>
91 - <el-table-column label="货物描述" width="120" style="height: 20px" align="center"> 91 + <el-table-column label="货物描述" width="120" style="height: 20px" align="center" show-overflow-tooltip>
92 <template slot-scope="scope"> 92 <template slot-scope="scope">
93 <span>{{scope.row.goodsname}}</span> 93 <span>{{scope.row.goodsname}}</span>
94 </template> 94 </template>