|
@@ -31,7 +31,7 @@
|
|
|
<ion-row *ngFor="let item of dataModel?.OrderList" class="row-detail">
|
|
|
<ion-col size="5">{{item.OrderNo}}</ion-col>
|
|
|
<ion-col size="4">{{item.ProductName}}</ion-col>
|
|
|
- <ion-col size="3">{{item.Status}}</ion-col>
|
|
|
+ <ion-col size="3" style="text-align:center;">{{item.Status}}</ion-col>
|
|
|
</ion-row>
|
|
|
<ion-row *ngIf="dataModel==null || dataModel.OrderList.length==0">
|
|
|
<ion-col style="text-align: center; color: #4a4949;">暂无数据</ion-col>
|