fix bug
This commit is contained in:
@ -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>
|
||||
|
||||
@ -412,7 +412,7 @@ export class insuranceManagementListComponent implements OnInit {
|
||||
{
|
||||
title: '货源编号',
|
||||
className: 'text-right',
|
||||
index: 'resourceCode',
|
||||
render: 'resourceCode',
|
||||
width: '150px'
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user