|
@@ -555,7 +555,6 @@ export default {
|
|
|
fixed: 'right',
|
|
|
width: 90,
|
|
|
className: 'replacecolor',
|
|
|
- ellipsis: true,
|
|
|
},
|
|
|
{
|
|
|
title: '单据状态',
|
|
@@ -564,7 +563,6 @@ export default {
|
|
|
fixed: 'right',
|
|
|
width: 90,
|
|
|
className: 'replacecolor',
|
|
|
- ellipsis: true,
|
|
|
},
|
|
|
{
|
|
|
title: '操作',
|
|
@@ -573,7 +571,6 @@ export default {
|
|
|
fixed: 'right',
|
|
|
width: 250,
|
|
|
className: 'replacecolor',
|
|
|
- ellipsis: true,
|
|
|
}
|
|
|
],
|
|
|
shipmentListData: [], // 发运明细数据
|