feat(member):会员详情收货地址展示地区名
3 个 app(web-antd/web-ele/web-antdv-next)address-list 地区列 areaId→areaName, api 类型 MemberAddressApi.Address 补 areaName,对齐后端回填pull/370/MERGE
parent
ae6ad7abff
commit
953e7c1502
|
|
@ -7,6 +7,7 @@ export namespace MemberAddressApi {
|
||||||
name: string;
|
name: string;
|
||||||
mobile: string;
|
mobile: string;
|
||||||
areaId: number;
|
areaId: number;
|
||||||
|
areaName?: string;
|
||||||
detailAddress: string;
|
detailAddress: string;
|
||||||
defaultStatus: boolean;
|
defaultStatus: boolean;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -28,8 +28,8 @@ const columns = [
|
||||||
minWidth: 130,
|
minWidth: 130,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
field: 'areaId',
|
field: 'areaName',
|
||||||
title: '地区编码',
|
title: '所在地区',
|
||||||
minWidth: 120,
|
minWidth: 120,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -7,6 +7,7 @@ export namespace MemberAddressApi {
|
||||||
name: string;
|
name: string;
|
||||||
mobile: string;
|
mobile: string;
|
||||||
areaId: number;
|
areaId: number;
|
||||||
|
areaName?: string;
|
||||||
detailAddress: string;
|
detailAddress: string;
|
||||||
defaultStatus: boolean;
|
defaultStatus: boolean;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -28,8 +28,8 @@ const columns = [
|
||||||
minWidth: 130,
|
minWidth: 130,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
field: 'areaId',
|
field: 'areaName',
|
||||||
title: '地区编码',
|
title: '所在地区',
|
||||||
minWidth: 120,
|
minWidth: 120,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -7,6 +7,7 @@ export namespace MemberAddressApi {
|
||||||
name: string;
|
name: string;
|
||||||
mobile: string;
|
mobile: string;
|
||||||
areaId: number;
|
areaId: number;
|
||||||
|
areaName?: string;
|
||||||
detailAddress: string;
|
detailAddress: string;
|
||||||
defaultStatus: boolean;
|
defaultStatus: boolean;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -28,8 +28,8 @@ const columns = [
|
||||||
minWidth: 130,
|
minWidth: 130,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
field: 'areaId',
|
field: 'areaName',
|
||||||
title: '地区编码',
|
title: '所在地区',
|
||||||
minWidth: 120,
|
minWidth: 120,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue