开城合伙人页与城市详情内合伙人 Tab 已同步

This commit is contained in:
2026-07-22 23:43:16 +08:00
parent e0d3c840a2
commit aeb72154a7
3 changed files with 11 additions and 11 deletions
@@ -211,7 +211,6 @@ export default function CityPartnersPanel({
}
const columns: ColumnsType<PartnerRow> = [
{ title: '公司名', dataIndex: 'companyName', ellipsis: true },
{
title: '区县',
dataIndex: 'districtCodes',
@@ -220,6 +219,7 @@ export default function CityPartnersPanel({
render: (codes: string[] | null | undefined, row) =>
row.scopeType === CityPartnerScopeType.CITY_WIDE ? '全城' : formatDistrictLabels(codes),
},
{ title: '公司名', dataIndex: 'companyName', ellipsis: true },
{ title: '主账号', dataIndex: 'phone', width: 120 },
{
title: '管辖',