fix bug
This commit is contained in:
		| @ -1,7 +1,7 @@ | |||||||
| <!-- | <!-- | ||||||
|  * @Author: your name |  * @Author: your name | ||||||
|  * @Date: 2021-12-24 15:38:08 |  * @Date: 2021-12-24 15:38:08 | ||||||
|  * @LastEditTime : 2022-03-24 19:40:36 |  * @LastEditTime : 2022-04-13 20:05:09 | ||||||
|  * @LastEditors  : Shiming |  * @LastEditors  : Shiming | ||||||
|  * @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE |  * @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE | ||||||
|  * @FilePath     : \\tms-obc-web\\src\\app\\routes\\waybill-management\\components\\abnormal-appear\\abnormal-appear.component.html |  * @FilePath     : \\tms-obc-web\\src\\app\\routes\\waybill-management\\components\\abnormal-appear\\abnormal-appear.component.html | ||||||
| @ -57,13 +57,13 @@ | |||||||
|         <ng-template st-row="exceptionCertificateFirstFilePath" let-item let-index="index"> |         <ng-template st-row="exceptionCertificateFirstFilePath" let-item let-index="index"> | ||||||
|           <div class="imgBox"> |           <div class="imgBox"> | ||||||
|             <div *ngIf="item?.exceptionCertificateFirstFilePath"> |             <div *ngIf="item?.exceptionCertificateFirstFilePath"> | ||||||
|               <app-imagelist style="width: 40px" [imgList]="[item?.exceptionCertificateFirstFilePath]"> </app-imagelist> |               <app-imagelist style="width: 40px;height: 40px" [imgList]="[item?.exceptionCertificateFirstFilePath]"> </app-imagelist> | ||||||
|             </div> |             </div> | ||||||
|             <div *ngIf="item?.exceptionCertificateSecondFilePath"> |             <div *ngIf="item?.exceptionCertificateSecondFilePath"> | ||||||
|             <app-imagelist style="width: 40px;" [imgList]="[item?.exceptionCertificateSecondFilePath]"> </app-imagelist> |             <app-imagelist style="width: 40px;height: 40px" [imgList]="[item?.exceptionCertificateSecondFilePath]"> </app-imagelist> | ||||||
|           </div> |           </div> | ||||||
|             <div *ngIf="item?.exceptionCertificateThirdFilePath"> |             <div *ngIf="item?.exceptionCertificateThirdFilePath"> | ||||||
|             <app-imagelist style="width: 40px;" [imgList]="[item?.exceptionCertificateThirdFilePath]"> </app-imagelist> |             <app-imagelist style="width: 40px;height: 40px" [imgList]="[item?.exceptionCertificateThirdFilePath]"> </app-imagelist> | ||||||
|           </div> |           </div> | ||||||
|           </div> |           </div> | ||||||
|         </ng-template> |         </ng-template> | ||||||
|  | |||||||
| @ -14,6 +14,7 @@ | |||||||
|         display: flex; |         display: flex; | ||||||
|         img { |         img { | ||||||
|             width: 60px !important;  |             width: 60px !important;  | ||||||
|  |             height: 60px !important;  | ||||||
|         } |         } | ||||||
|     } |     } | ||||||
|  |  | ||||||
|  | |||||||
| @ -52,7 +52,7 @@ export class WaybillManagementAbnormalAppearComponent implements OnInit { | |||||||
|     { title: '卸货地', index: 'unloadingAddressArr', width: '220px', className: 'text-left' }, |     { title: '卸货地', index: 'unloadingAddressArr', width: '220px', className: 'text-left' }, | ||||||
|     { title: '承运司机', index: 'driver', width: '250px', className: 'text-left' }, |     { title: '承运司机', index: 'driver', width: '250px', className: 'text-left' }, | ||||||
|     { title: '异常信息', index: 'exceptionContent', width: '250px', className: 'text-left' }, |     { title: '异常信息', index: 'exceptionContent', width: '250px', className: 'text-left' }, | ||||||
|     { title: '异常图片', render: 'exceptionCertificateFirstFilePath', width: '200px', className: 'text-left' }, |     { title: '异常图片', render: 'exceptionCertificateFirstFilePath', width: '300px', className: 'text-left' }, | ||||||
|     { title: '上报时间', index: 'createTime', width: '180px', className: 'text-left' } |     { title: '上报时间', index: 'createTime', width: '180px', className: 'text-left' } | ||||||
|   ]; |   ]; | ||||||
|   columns2: STColumn[] = [ |   columns2: STColumn[] = [ | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user