|
@@ -241,11 +241,18 @@ export default {
|
|
|
className: 'replacecolor'
|
|
|
},
|
|
|
{ title: '外销发票号码', dataIndex: 'exportInvoiceNo', width: 120, className: 'replacecolor', ellipsis: true, },
|
|
|
+ {
|
|
|
+ title: '发票推送状态',
|
|
|
+ dataIndex: 'timeStuta',
|
|
|
+ width: 120,
|
|
|
+ scopedSlots: { customRender: 'timeStuta' },
|
|
|
+ className: 'replacecolor'
|
|
|
+ },
|
|
|
{
|
|
|
title: '状态',
|
|
|
dataIndex: 'theDocumentsState',
|
|
|
scopedSlots: { customRender: 'documentStateSlot' },
|
|
|
- width: 95,
|
|
|
+ width: 93,
|
|
|
ellipsis: true,
|
|
|
fixed: 'right',
|
|
|
className: 'replacecolor'
|
|
@@ -293,14 +300,7 @@ export default {
|
|
|
fixed: 'right',
|
|
|
className: 'replacecolor'
|
|
|
},
|
|
|
- {
|
|
|
- title: '发票推送状态',
|
|
|
- dataIndex: 'timeStuta',
|
|
|
- width: 120,
|
|
|
- scopedSlots: { customRender: 'timeStuta' },
|
|
|
- fixed: 'right',
|
|
|
- className: 'replacecolor'
|
|
|
- },
|
|
|
+
|
|
|
{
|
|
|
title: '操作',
|
|
|
dataIndex: 'operation',
|