开城合伙人页与城市详情内合伙人 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
+2 -2
View File
@@ -174,7 +174,7 @@ export default function PartnersPage() {
}
const columns: ColumnsType<Row> = [
{ title: '公司名', dataIndex: 'companyName', ellipsis: true },
{ title: '城市', dataIndex: 'cityName', width: 100 },
{
title: '区县',
dataIndex: 'districtCodes',
@@ -183,7 +183,7 @@ export default function PartnersPage() {
render: (codes: string[] | null | undefined, row) =>
row.scopeType === CityPartnerScopeType.CITY_WIDE ? '全城' : formatDistrictLabels(codes),
},
{ title: '城市', dataIndex: 'cityName', width: 100 },
{ title: '公司名', dataIndex: 'companyName', ellipsis: true },
{ title: '主账号', dataIndex: 'phone', width: 130 },
{
title: '管辖',