车辆对接
This commit is contained in:
@ -180,8 +180,8 @@ export class UserCenterComponentsDriverComponent implements OnInit {
|
||||
title: '注册渠道',
|
||||
enum: [
|
||||
{ label: '全部', value: '' },
|
||||
{ label: '自己录入', value: 1 },
|
||||
{ label: '货主录入', value: 2 }
|
||||
{ label: '用户注册', value: 1 },
|
||||
{ label: '货主添加', value: 2 }
|
||||
],
|
||||
default: '',
|
||||
ui: {
|
||||
@ -251,7 +251,7 @@ export class UserCenterComponentsDriverComponent implements OnInit {
|
||||
}
|
||||
},
|
||||
{ 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: '货主添加' } },
|
||||
{ title: '注册时间', className: 'text-center', index: 'createTime' },
|
||||
{
|
||||
title: '操作',
|
||||
|
||||
Reference in New Issue
Block a user