This commit is contained in:
Taric Xin
2022-03-02 14:58:33 +08:00
parent 0d73bbde38
commit 1fb6d0e872
3 changed files with 11 additions and 5 deletions

View File

@ -167,10 +167,10 @@ export class FreightAccountComponent implements OnInit {
private initST(): STColumn[] {
return [
{ title: '企业名称', width: 140, index: 'tenantName' },
{ title: '企业名称', width: 170, index: 'tenantName' },
{ title: '联系人', width: 120, index: 'name' },
{ title: '联系人电话', width: 140, index: 'phone' },
{ title: '网络货运人', width: 140, index: 'ltdName' },
{ title: '网络货运人', width: 170, index: 'ltdName' },
{ title: '银行类型', width: 120, index: 'bankTypeLabel' },
{ title: '虚拟账户', width: 140, index: 'virtualAccount' },
{