fix bug
This commit is contained in:
@ -137,7 +137,8 @@ export class FreightComponentsListComponent implements OnInit {
|
||||
enum: [
|
||||
{ label: '全部', value: '' },
|
||||
{ label: '用户注册', value: 1 },
|
||||
{ label: '货主添加', value: 2 }
|
||||
{ label: '货主添加', value: 2 },
|
||||
{ label: '运营添加', value: 3},
|
||||
],
|
||||
default: '',
|
||||
ui: {
|
||||
@ -178,7 +179,7 @@ export class FreightComponentsListComponent implements OnInit {
|
||||
{ title: '网络货运人', className: 'text-center', index: 'netTranName' },
|
||||
{ title: '常用服务', className: 'text-center', index: 'oftenUsedServices', type: 'enum', enum: { 10: '整车发货', 20: '大宗发货' } },
|
||||
{ title: '推广业务员', className: 'text-center', render: 'promotersTelephone' },
|
||||
{ title: '注册渠道', className: 'text-center', index: 'source', type: 'enum', enum: { 1: '货主注册', 2: '平台添加' } },
|
||||
{ title: '注册渠道', className: 'text-center', index: 'source', type: 'enum', enum: { 1: '货主注册', 2: '平台添加', 3: '运营添加' } },
|
||||
{
|
||||
title: '企业状态',
|
||||
className: 'text-center',
|
||||
|
||||
Reference in New Issue
Block a user