用户中心

This commit is contained in:
wangshiming
2021-12-02 17:36:04 +08:00
parent acee22b1f3
commit 1169034130
16 changed files with 943 additions and 277 deletions

View File

@ -96,24 +96,32 @@ export class VehicleComponentsListComponent implements OnInit {
hidden: true,
},
},
storeName: { title: '企业名称', type: 'string', ui: { showRequired: false } },
storeName: { title: '车牌号', type: 'string', ui: { showRequired: false } },
contactsName: {
title: '联系人',
type: 'string',
ui: {
showRequired: false,
},
},
unifiedSocialCreditCode: {
title: '税源地',
title: '车型车长载重',
type: 'string',
ui: {
showRequired: false,
},
},
enStatus: {
type: 'string',
title: '货主状态',
title: '运营状态',
enum: [
{ label: '全部', value: '' },
{ label: '正常', value: 0 },
{ label: '冻结', value: 1 },
{ label: '废弃', value: 2 },
],
default: '',
ui: {
widget: 'select',
},
},
enStatus12: {
type: 'string',
title: '车牌颜色',
enum: [
{ label: '全部', value: '' },
{ label: '正常', value: 0 },
@ -130,7 +138,7 @@ export class VehicleComponentsListComponent implements OnInit {
},
enStatus2: {
type: 'string',
title: 'CRM审核状态',
title: '到期状态',
enum: [
{ label: '全部', value: '' },
{ label: '正常', value: 0 },
@ -153,23 +161,20 @@ export class VehicleComponentsListComponent implements OnInit {
initST() {
this.columns = [
// { title: '', type: 'checkbox', className: 'text-center' },
{ title: '企业名称', className: 'text-center', index: 'storeName' },
{ title: '联系人', className: 'text-center', index: 'contactsName' },
{ title: '税源地', className: 'text-center', render: 'enterpriseName' },
{ title: '累计运单金额', className: 'text-center', index: 'unifiedSocialCreditCode' },
{ title: '道运证', className: 'text-center', index: 'contactsPhone',
render: 'contactsPhone'
},
{ title: '企业状态', className: 'text-center', index: 'effectiveDateStr',
{ title: '车牌号', className: 'text-center', index: 'storeName' },
{ title: '车牌颜色', className: 'text-center', index: 'contactsName' },
{ title: '车型-车长-载重', className: 'text-center', render: 'enterpriseName' },
{ title: '承运总单量', className: 'text-center', index: 'unifiedSocialCreditCode' },
{ title: '运营状态', className: 'text-center', index: 'effectiveDateStr',
type: 'badge',
badge: {
: { text: '正常', color: 'success' },
: { text: '冻结', color: 'warning' },
: { text: '空闲', color: 'success' },
: { text: '运输中', color: 'warning' },
: { text: '废弃', color: 'default' },
},
},
{
title: 'CRM审核状态',
title: '行驶证到期状态',
className: 'text-center',
index: 'enStatusStr2',
type: 'badge',
@ -180,7 +185,7 @@ export class VehicleComponentsListComponent implements OnInit {
},
},
{
title: '代收权限',
title: '道运证到期状态',
className: 'text-center',
index: 'enStatusStr3',
type: 'badge',
@ -190,8 +195,6 @@ export class VehicleComponentsListComponent implements OnInit {
: { text: '废弃', color: 'default' },
},
},
{ title: '常用服务', className: 'text-center', index: 'unifiedSocialCreditCode3' },
{ title: '推广业务员', className: 'text-center', index: 'unifiedSocialCreditCode2' },
{
title: '操作',
width: '170px',