diff --git a/proxy.conf.js b/proxy.conf.js index e671177b..831a8d49 100644 --- a/proxy.conf.js +++ b/proxy.conf.js @@ -30,7 +30,7 @@ module.exports = { // }, '//api': { target: { - host: 'tms-api-test.eascs.com', + host: 'tms-api-dev.eascs.com', protocol: 'https:', port: 443 }, diff --git a/src/app/routes/vehicle/components/audit/audit.component.ts b/src/app/routes/vehicle/components/audit/audit.component.ts index b6d1a88d..26f8beaf 100644 --- a/src/app/routes/vehicle/components/audit/audit.component.ts +++ b/src/app/routes/vehicle/components/audit/audit.component.ts @@ -165,7 +165,8 @@ export class VehicleComponentsAuditComponent extends BasicTableComponent impleme this.columns = [ // { title: '', type: 'checkbox', className: 'text-center' }, { title: '车牌号', width: '180px', className: 'text-center', index: 'carNo' }, - { title: '车牌颜色', width: '180px', className: 'text-center', index: 'carNoColorLabel' }, + { title: '车牌颜色', width: '140px', className: 'text-center', index: 'carNoColorLabel' }, + { title: '车辆品牌', width: '140px', className: 'text-center', index: 'carBrand' }, { title: '车型-车长-载重', width: '180px', className: 'text-center', render: 'carLength' }, { title: '是否挂靠', width: '180px', className: 'text-center', render: 'isSelf' }, { title: '所有人', width: '180px', className: 'text-center', index: 'carOwner' }, diff --git a/src/app/routes/vehicle/components/audit/detail/detail.component.html b/src/app/routes/vehicle/components/audit/detail/detail.component.html index b135d6ad..1087a637 100644 --- a/src/app/routes/vehicle/components/audit/detail/detail.component.html +++ b/src/app/routes/vehicle/components/audit/detail/detail.component.html @@ -73,19 +73,20 @@

车辆基础信息 + nzTheme="fill" class="mr-xs">验证通过 +

@@ -100,8 +101,8 @@ [nzShowArrow]="isEdit" [nzDisabled]="!isEdit"> --> - + + + + + + + {{detailData?.carBrand }} + + @@ -165,32 +175,27 @@

行驶证信息 -

- +