|
@@ -28,7 +28,7 @@ export const columns: BasicColumn[] = [
|
|
|
{
|
|
|
title: t('routes.equity.Type'),
|
|
|
dataIndex: 'type',
|
|
|
- width: 150,
|
|
|
+ width: 120,
|
|
|
customRender:({record})=>{
|
|
|
return t(`routes.finance.equityType.${record.type}`) || '-'
|
|
|
}
|
|
@@ -36,12 +36,12 @@ export const columns: BasicColumn[] = [
|
|
|
{
|
|
|
title: t('routes.equity.nickName'),
|
|
|
dataIndex: 'nickName',
|
|
|
- width: 80,
|
|
|
+ width: 100,
|
|
|
},
|
|
|
{
|
|
|
title: t('routes.equity.userName1'),
|
|
|
dataIndex: 'userName',
|
|
|
- width: 80,
|
|
|
+ width: 180,
|
|
|
},
|
|
|
{
|
|
|
title: t('routes.equity.email'),
|
|
@@ -53,7 +53,7 @@ export const columns: BasicColumn[] = [
|
|
|
title: t('routes.equity.userCount'),
|
|
|
dataIndex: 'count',
|
|
|
// slots: { customRender: 'orderStatus' },
|
|
|
- width: 180,
|
|
|
+ width: 80,
|
|
|
},
|
|
|
{
|
|
|
title: t('routes.equity.giveType'),
|
|
@@ -82,8 +82,8 @@ export const searchForm: Partial<FormProps> = {
|
|
|
});
|
|
|
optionList.push({
|
|
|
name: t('routes.finance.equityType.2'),
|
|
|
- value: 3,
|
|
|
- key: '3',
|
|
|
+ value: 2,
|
|
|
+ key: '2',
|
|
|
})
|
|
|
console.log('ele.id',optionList)
|
|
|
return optionList
|