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
* @Date : 2022-01-12 10:52:50
* @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
* Copyright (C) 2022 huzhenhong. All rights reserved.
-->
@ -91,6 +91,11 @@
<div>
{{ item?.billCode }}
</div>
</ng-template>
<ng-template st-row="resourceCode" let-item let-index="index">
<div>
{{ item?.resourceCode }}
</div>
<div>
{{ item?.resourceStatusLabel }}
</div>

View File

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