|
@@ -660,7 +660,7 @@
|
|
}, {
|
|
}, {
|
|
title: '{{ i18n "pages.inbounds.allTimeTraffic" }}',
|
|
title: '{{ i18n "pages.inbounds.allTimeTraffic" }}',
|
|
align: 'center',
|
|
align: 'center',
|
|
- width: 70,
|
|
|
|
|
|
+ width: 60,
|
|
scopedSlots: { customRender: 'allTimeInbound' },
|
|
scopedSlots: { customRender: 'allTimeInbound' },
|
|
}, {
|
|
}, {
|
|
title: '{{ i18n "pages.inbounds.expireDate" }}',
|
|
title: '{{ i18n "pages.inbounds.expireDate" }}',
|
|
@@ -693,12 +693,12 @@
|
|
}];
|
|
}];
|
|
|
|
|
|
const innerColumns = [
|
|
const innerColumns = [
|
|
- { title: '{{ i18n "pages.inbounds.operate" }}', width: 65, scopedSlots: { customRender: 'actions' } },
|
|
|
|
- { title: '{{ i18n "pages.inbounds.enable" }}', width: 35, scopedSlots: { customRender: 'enable' } },
|
|
|
|
|
|
+ { title: '{{ i18n "pages.inbounds.operate" }}', width: 70, scopedSlots: { customRender: 'actions' } },
|
|
|
|
+ { title: '{{ i18n "pages.inbounds.enable" }}', width: 30, scopedSlots: { customRender: 'enable' } },
|
|
{ title: '{{ i18n "online" }}', width: 32, scopedSlots: { customRender: 'online' } },
|
|
{ title: '{{ i18n "online" }}', width: 32, scopedSlots: { customRender: 'online' } },
|
|
{ title: '{{ i18n "pages.inbounds.client" }}', width: 80, scopedSlots: { customRender: 'client' } },
|
|
{ title: '{{ i18n "pages.inbounds.client" }}', width: 80, scopedSlots: { customRender: 'client' } },
|
|
{ title: '{{ i18n "pages.inbounds.traffic" }}', width: 80, align: 'center', scopedSlots: { customRender: 'traffic' } },
|
|
{ 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.allTimeTraffic" }}', width: 60, align: 'center', scopedSlots: { customRender: 'allTime' } },
|
|
{ title: '{{ i18n "pages.inbounds.expireDate" }}', width: 80, align: 'center', scopedSlots: { customRender: 'expiryTime' } },
|
|
{ title: '{{ i18n "pages.inbounds.expireDate" }}', width: 80, align: 'center', scopedSlots: { customRender: 'expiryTime' } },
|
|
];
|
|
];
|
|
|
|
|