|
@@ -452,7 +452,7 @@ export default {
|
|
|
{
|
|
|
title: '报关品名',
|
|
|
dataIndex: 'declarationName',
|
|
|
- width: 110,
|
|
|
+ width: 175,
|
|
|
className: 'replacecolor',
|
|
|
ellipsis: true,
|
|
|
sorter:(a, b) => a.declarationName - b.declarationName,
|
|
@@ -603,16 +603,16 @@ export default {
|
|
|
|
|
|
},
|
|
|
|
|
|
- {
|
|
|
- title: '推送结果',
|
|
|
- dataIndex: 'pushState',
|
|
|
- scopedSlots: { customRender: 'pushState' },
|
|
|
- fixed: 'right',
|
|
|
- width: 110,
|
|
|
- className: 'replacecolor',
|
|
|
- sorter:(a, b) => a.pushState - b.pushState,
|
|
|
-
|
|
|
- },
|
|
|
+ // {
|
|
|
+ // title: '推送结果',
|
|
|
+ // dataIndex: 'pushState',
|
|
|
+ // scopedSlots: { customRender: 'pushState' },
|
|
|
+ // fixed: 'right',
|
|
|
+ // width: 110,
|
|
|
+ // className: 'replacecolor',
|
|
|
+ // sorter:(a, b) => a.pushState - b.pushState,
|
|
|
+
|
|
|
+ // },
|
|
|
{
|
|
|
title: '单据状态',
|
|
|
dataIndex: 'submitStatus',
|
|
@@ -706,6 +706,7 @@ export default {
|
|
|
this.authority = false
|
|
|
}
|
|
|
this.shipmentListData = res.result.records
|
|
|
+ this.shipmentListData[0].declarationName = '啦啦啦啦啦啦啦啦啦啦'
|
|
|
for (var i=0; i<this.shipmentListData.length; i++){
|
|
|
this.shipmentListData.randomId = randomUUID();
|
|
|
}
|