提交 a9c4c518 编写于 作者: q289089000's avatar q289089000

3-3

上级 78ef0772
...@@ -13,14 +13,31 @@ ...@@ -13,14 +13,31 @@
</div> </div>
<div nz-col [nzSpan]="6"> <div nz-col [nzSpan]="6">
<nz-row [nzGutter]="16">
<nz-col [nzSpan]="12">
<nz-statistic [nzValue]="(20 | number)!" [nzTitle]="'总箱'"></nz-statistic>
</nz-col>
<nz-col [nzSpan]="12">
<nz-statistic [nzValue]="8" [nzTitle]="'验收'"></nz-statistic>
</nz-col>
</nz-row>
</div> </div>
<div nz-col [nzSpan]="6" > <div nz-col [nzSpan]="6" >
<nz-row [nzGutter]="16">
<nz-col [nzSpan]="12">
<nz-statistic [nzValue]="(1949101 | number)!" [nzTitle]="'总金额'"></nz-statistic>
</nz-col>
<nz-col [nzSpan]="12">
<nz-statistic [nzValue]="(2019.111 | number: '1.0-2')!" [nzTitle]="'已支付'"></nz-statistic>
</nz-col>
</nz-row>
<nz-timeline style="height: 120px; overflow-y: scroll;" > <nz-timeline style="height: 120px; overflow-y: scroll;" >
<nz-timeline-item>2015-09-01:500 定金</nz-timeline-item> <nz-timeline-item>2015-09-01:500 定金</nz-timeline-item>
<nz-timeline-item>2015-09-01:35000 结清</nz-timeline-item> <nz-timeline-item>2015-09-01:35000 结清</nz-timeline-item>
</nz-timeline> </nz-timeline>
</div> </div>
<div nz-col [nzSpan]="6"> <div nz-col [nzSpan]="6">
......
...@@ -26,6 +26,7 @@ export class SupplierComponent implements OnInit { ...@@ -26,6 +26,7 @@ export class SupplierComponent implements OnInit {
} }
ngOnInit(): void { ngOnInit(): void {
//console.log("传入test",this.selectValue); //console.log("传入test",this.selectValue);
//获取列表 HTML中 设置value为当前显示值.
this._supplier.Get({}).then((docs:Supplier[])=>{ this._supplier.Get({}).then((docs:Supplier[])=>{
this.items=docs; this.items=docs;
}) })
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册