diff --git a/src/app/routes/vehicle/components/audit/audit.component.html b/src/app/routes/vehicle/components/audit/audit.component.html index 051902e9..2b2bfb44 100644 --- a/src/app/routes/vehicle/components/audit/audit.component.html +++ b/src/app/routes/vehicle/components/audit/audit.component.html @@ -7,23 +7,16 @@ * @FilePath : \\tms-obc-web\\src\\app\\routes\\vehicle\\components\\audit\\audit.component.html --> - + - - + + @@ -33,9 +26,10 @@ - 查询 + 查询 导出 - 重置 + 重置 {{ !_$expand ? '展开' : '收起' }} @@ -47,34 +41,27 @@ - - - - - - - + + + + + + + [page]="{ show: true, showSize: true, pageSizes: [10, 20, 30, 50, 100, 200, 300, 500, 1000] }" [loading]="false"> - {{item?.carModelLabel}}-{{item?.carLength? item?.carLength + '米' : ''}}-{{ item?.carLoad? item?.carLoad + '吨' : ''}} + {{item?.carModelLabel}}-{{item?.carLengthLabel? item?.carLengthLabel + '米' : ''}}-{{ item?.carLoad? + item?.carLoad + '吨' : ''}} - {{item?.isSelf ? '是' : '否'}} + {{item?.isSelf ? '是' : '否'}} - - {{ item.contactsPhone }} + + {{ item.contactsPhone }} @@ -84,9 +71,9 @@ - - - 添加车辆 - + 添加车辆 +