This commit is contained in:
wangshiming
2022-02-16 17:47:52 +08:00
parent 566cc63fed
commit 8c8eb3faa6
4 changed files with 12 additions and 9 deletions

View File

@ -175,7 +175,8 @@ export class UserCenterComponentsDriverCaptainComponent implements OnInit {
enum: [
{ label: '全部', value: '' },
{ label: '用户注册', value: 1 },
{ label: '货主添加', value: 2 }
{ label: '货主添加', value: 2 },
{ label: '运营添加', value: 3 },
],
default: '',
ui: {
@ -208,7 +209,7 @@ export class UserCenterComponentsDriverCaptainComponent 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: '货主添加' , 3: '运营添加'} },
{ title: '注册时间', className: 'text-center', index: 'createTime' },
{
title: '操作',