angularjs对ng-repeat的表格内容添加不同样式:ng-style

对ng-repeat的表格内容添加不同样式,html代码:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       
CustomerCodeCustomerNamePurchaseOrderCreateDateSoReasonsOrderTypeSalesOrganizationDistributionChannelSalesDocumentSalesDocumentItemMaterialNumberCustomerPNSalesOrderShortTextUnitePriceSalesOrderQuantityShippedQuantityInvoicedQuantityStatus
{{item.CustomerCode}}{{item.CustomerName}}{{item.PurchaseOrder}}{{item.CreateDate}}{{item.SoReasons}}{{item.OrderType}}{{item.SalesOrganization}}{{item.DistributionChannel}}{{item.SalesDocument}}{{item.SalesDocumentItem}}{{item.MaterialNumber}}{{item.CustomerPN}}{{item.SalesOrderShortText}}{{item.UnitePrice}}{{item.SalesOrderQuantity}}{{item.ShippedQuantity}}{{item.InvoicedQuantity}}{{item.Status}}
       

你可能感兴趣的:(ng-repeat,ng-style)