{{indexTitle}}{{prevTradeDate}}
                    
                    
                        
                            
                            
                                
                                    {{props.row.indexname}}
                                
                            
                            
                                {{props.row.samplesize ? props.row.samplesize : '不定'}}
                            
                            
                                {{props.row.closeingPoint | rounding}}
                            
                            
                                
                                    {{props.row.percent*100 | rounding}}{{props.row.percent*100 !== 0 ? '%' : ''}}
                                
                            
                            
                                
                                    
                                        
                                    
                                    
                                        
                                    
                                    
                                        
                                    
                                
                                
                                    
                                        {{props.row.peDynamic | rounding}}
                                    
                                
                            
                            
                                
                                    
                                        {{'成交量'}}*
                                    
                                
                                {{props.row.volume/divisor | rounding}}
                            
                            
                                
                                    
                                        {{'成交额'}}*
                                    
                                
                                {{props.row.amount/100000000 | rounding}}
                            
                            
                                
                                    
                                        {{'总市值'}}*
                                    
                                
                                {{props.row.totalMarketValue/100000000 | rounding}}
                            
                            
                                
                                    
                                        {{'自由流通市值'}}*
                                    
                                
                                {{props.row.freeMarketValue/100000000 | rounding}}
                            
                        
                    
                    
                    
                        
                            
                            
                                
                                    {{props.row.indexname}}
                                
                            
                            
                                {{props.row.samplesize ? props.row.samplesize : '不定'}}
                            
                            
                                {{props.row.closeingPoint | rounding}}
                            
                            
                                
                                    {{props.row.percent*100 | rounding}}{{props.row.percent*100 !== 0 ? '%' : ''}}
                                
                            
                            
                                
                                    
                                        {{'成交量*'}}
                                    
                                
                                {{props.row.volume/divisor | rounding}}
                            
                            
                                
                                    
                                        {{'成交额*'}}
                                    
                                
                                {{props.row.amount/100000000 | rounding}}