车辆接口更新
This commit is contained in:
@ -127,7 +127,6 @@ export class UserCenterComponentsDriverCaptainComponent implements OnInit {
|
||||
mobile: {
|
||||
title: '手机号',
|
||||
type: 'string',
|
||||
format: 'mobile',
|
||||
maxLength: 11,
|
||||
ui: {
|
||||
placeholder: '请输入'
|
||||
@ -143,7 +142,6 @@ export class UserCenterComponentsDriverCaptainComponent implements OnInit {
|
||||
promotersTelephone: {
|
||||
title: '业务员手机号',
|
||||
type: 'string',
|
||||
format: 'mobile',
|
||||
maxLength: 11,
|
||||
ui: {
|
||||
placeholder: '请输入',
|
||||
|
||||
@ -148,7 +148,6 @@ export class UserCenterComponentsDriverComponent implements OnInit {
|
||||
mobile: {
|
||||
title: '手机号',
|
||||
type: 'string',
|
||||
format: 'mobile',
|
||||
maxLength: 11,
|
||||
ui: {
|
||||
placeholder: '请输入'
|
||||
@ -207,7 +206,6 @@ export class UserCenterComponentsDriverComponent implements OnInit {
|
||||
promotersTelephone: {
|
||||
title: '推广业务员',
|
||||
type: 'string',
|
||||
format: 'mobile',
|
||||
maxLength: 11,
|
||||
ui: {
|
||||
placeholder: '请输入手机号',
|
||||
|
||||
@ -246,7 +246,6 @@ export class FreightComponentsEnterpriseAuditComponent implements OnInit {
|
||||
mobile: {
|
||||
title: '手机号',
|
||||
type: 'string',
|
||||
format: 'mobile',
|
||||
maxLength: 11,
|
||||
ui: {
|
||||
placeholder: '请输入'
|
||||
|
||||
@ -150,23 +150,6 @@ export class FreightComponentsListComponent implements OnInit {
|
||||
}
|
||||
}
|
||||
},
|
||||
crmStatus: {
|
||||
type: 'string',
|
||||
title: 'CRM审核状态',
|
||||
enum: [
|
||||
{ label: '全部', value: '' },
|
||||
{ label: '待审核', value: '10' },
|
||||
{ label: '审核通过', value: '20' },
|
||||
{ label: '驳回', value: '30' }
|
||||
],
|
||||
default: '',
|
||||
ui: {
|
||||
widget: 'select',
|
||||
visibleIf: {
|
||||
expand: (value: boolean) => value
|
||||
}
|
||||
}
|
||||
},
|
||||
lockedStatus: {
|
||||
type: 'string',
|
||||
title: '企业状态',
|
||||
@ -197,17 +180,6 @@ export class FreightComponentsListComponent implements OnInit {
|
||||
{ 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: 'CRM审核状态',
|
||||
className: 'text-center',
|
||||
index: 'crmStatus',
|
||||
type: 'badge',
|
||||
badge: {
|
||||
10: { text: '待审核', color: 'default' },
|
||||
20: { text: '已成功', color: 'success' },
|
||||
30: { text: '审核失败', color: 'warning' }
|
||||
}
|
||||
},
|
||||
{
|
||||
title: '企业状态',
|
||||
className: 'text-center',
|
||||
|
||||
@ -147,7 +147,6 @@ export class FreightComponentsUserComponent implements OnInit {
|
||||
telephone: {
|
||||
title: '手机号',
|
||||
type: 'string',
|
||||
format: 'mobile',
|
||||
maxLength: 11,
|
||||
ui: {
|
||||
placeholder: '请输入'
|
||||
@ -173,7 +172,6 @@ export class FreightComponentsUserComponent implements OnInit {
|
||||
promotersTelephone: {
|
||||
title: '推广业务员',
|
||||
type: 'string',
|
||||
format: 'mobile',
|
||||
maxLength: 11,
|
||||
ui: {
|
||||
placeholder: '请输入手机号',
|
||||
|
||||
Reference in New Issue
Block a user