|
@@ -1,5 +1,5 @@
|
|
|
export const columns = [
|
|
|
- { title: window.$t('flowPool.poolNumber'), dataIndex: 'id', align: 'center', width: 200 ,tooltip:true,ellipsis:true},
|
|
|
+ { title: window.$t('flowPool.poolNumber'), dataIndex: 'id', align: 'center', ellipsis:true,width: 50 },
|
|
|
{ title: window.$t('flowPool.label'), dataIndex: 'label', align: 'center', width: 200 ,tooltip:true,ellipsis:true},
|
|
|
// { title: window.$t('flowPool.userId'), dataIndex: 'user_id', align: 'center', width: 200 },
|
|
|
// { title: window.$t('flowPool.trafficPoolType'), dataIndex: 'trafficPoolType', align: 'center', width: 200 },
|
|
@@ -18,7 +18,6 @@ export const columns = [
|
|
|
{ title: window.$t('flowPool.updated_at'), dataIndex: 'updatedAt', align: 'center', width: 200,tooltip:true,ellipsis:true },
|
|
|
{
|
|
|
title: window.$t('global.common.operations'),
|
|
|
- dataIndex: 'id',
|
|
|
slotName: 'id',
|
|
|
align: 'center',
|
|
|
width: 250,
|