作者 朱兆平

修复获取用户信息BUG

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