fix bug
This commit is contained in:
@ -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>
|
||||||
|
|||||||
@ -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'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user