-
+
diff --git a/src/app/routes/usercenter/components/freight/list/list.component.ts b/src/app/routes/usercenter/components/freight/list/list.component.ts
index d7d5860c..249824d0 100644
--- a/src/app/routes/usercenter/components/freight/list/list.component.ts
+++ b/src/app/routes/usercenter/components/freight/list/list.component.ts
@@ -503,14 +503,14 @@ export class FreightComponentsListComponent implements OnInit {
text: '分配客服人员',
click: item => this.showService(item)
},
- {
- text: '修改合伙人',
- click: item => this.editPartner(item)
- },
- {
- text: '修改渠道销售',
- click: item => this.editSale(item)
- }
+ // {
+ // text: '修改合伙人',
+ // click: item => this.editPartner(item)
+ // },
+ // {
+ // text: '修改渠道销售',
+ // click: item => this.editSale(item)
+ // }
]
}
];