This commit is contained in:
wangshiming
2022-02-28 17:01:25 +08:00
parent 8e0ea9bf23
commit 8555bb7f39
2 changed files with 7 additions and 2 deletions

View File

@ -4,7 +4,7 @@
* @Author : Shiming * @Author : Shiming
* @Date : 2022-01-12 10:52:50 * @Date : 2022-01-12 10:52:50
* @LastEditors : Shiming * @LastEditors : Shiming
* @LastEditTime : 2022-02-24 20:03:23 * @LastEditTime : 2022-02-28 17:00:48
* @FilePath : \\tms-obc-web\\src\\app\\routes\\insurance-management\\components\\list\\list.component.html * @FilePath : \\tms-obc-web\\src\\app\\routes\\insurance-management\\components\\list\\list.component.html
* Copyright (C) 2022 huzhenhong. All rights reserved. * Copyright (C) 2022 huzhenhong. All rights reserved.
--> -->
@ -91,6 +91,11 @@
<div> <div>
{{ item?.billCode }} {{ item?.billCode }}
</div> </div>
</ng-template>
<ng-template st-row="resourceCode" let-item let-index="index">
<div>
{{ item?.resourceCode }}
</div>
<div> <div>
{{ item?.resourceStatusLabel }} {{ item?.resourceStatusLabel }}
</div> </div>

View File

@ -412,7 +412,7 @@ export class insuranceManagementListComponent implements OnInit {
{ {
title: '货源编号', title: '货源编号',
className: 'text-right', className: 'text-right',
index: 'resourceCode', render: 'resourceCode',
width: '150px' width: '150px'
}, },
{ {