|
@@ -376,7 +376,7 @@ export const tableSatisfyColumns: BasicColumn[] = [
|
|
|
},
|
|
|
{
|
|
|
title: '性别',
|
|
|
- dataIndex: 'gender',
|
|
|
+ dataIndex: 'genderCn',
|
|
|
align: 'left',
|
|
|
width: 80,
|
|
|
},
|
|
@@ -393,7 +393,7 @@ export const tableSatisfyColumns: BasicColumn[] = [
|
|
|
},
|
|
|
{
|
|
|
title: '体重(kg)',
|
|
|
- dataIndex: 'wg',
|
|
|
+ dataIndex: 'weight',
|
|
|
align: 'left',
|
|
|
width: 80,
|
|
|
},
|
|
@@ -417,13 +417,13 @@ export const tableSatisfyColumns: BasicColumn[] = [
|
|
|
},
|
|
|
{
|
|
|
title: '住宿类型',
|
|
|
- dataIndex: 'stateType',
|
|
|
+ dataIndex: 'stduyStatusCn',
|
|
|
align: 'left',
|
|
|
width: 100,
|
|
|
},
|
|
|
{
|
|
|
title: '手机号',
|
|
|
- dataIndex: 'cName',
|
|
|
+ dataIndex: 'mobile',
|
|
|
align: 'left',
|
|
|
width: 120,
|
|
|
},
|