|
@@ -731,12 +731,12 @@
|
|
|
}, {
|
|
|
title: '{{ i18n "pages.inbounds.traffic" }}',
|
|
|
align: 'center',
|
|
|
- width: 60,
|
|
|
+ width: 90,
|
|
|
scopedSlots: { customRender: 'traffic' },
|
|
|
}, {
|
|
|
title: '{{ i18n "pages.inbounds.allTimeTraffic" }}',
|
|
|
align: 'center',
|
|
|
- width: 60,
|
|
|
+ width: 70,
|
|
|
scopedSlots: { customRender: 'allTimeInbound' },
|
|
|
}, {
|
|
|
title: '{{ i18n "pages.inbounds.expireDate" }}',
|
|
@@ -776,8 +776,6 @@
|
|
|
{ title: '{{ i18n "pages.inbounds.traffic" }}', width: 80, align: 'center', scopedSlots: { customRender: 'traffic' } },
|
|
|
{ title: '{{ i18n "pages.inbounds.allTimeTraffic" }}', width: 80, align: 'center', scopedSlots: { customRender: 'allTime' } },
|
|
|
{ title: '{{ i18n "pages.inbounds.expireDate" }}', width: 80, align: 'center', scopedSlots: { customRender: 'expiryTime' } },
|
|
|
- { title: '{{ i18n "pages.inbounds.createdAt" }}', width: 90, align: 'center', scopedSlots: { customRender: 'createdAt' } },
|
|
|
- { title: '{{ i18n "pages.inbounds.updatedAt" }}', width: 90, align: 'center', scopedSlots: { customRender: 'updatedAt' } },
|
|
|
];
|
|
|
|
|
|
const innerMobileColumns = [
|