Browse Source

BL_2018100025 序号为0不显示

guq 7 years ago
parent
commit
b7024df100
1 changed files with 3 additions and 0 deletions
  1. 3 0
      frontend/saas-web/app/view/home/infoCardList/Recment.js

+ 3 - 0
frontend/saas-web/app/view/home/infoCardList/Recment.js

@@ -53,6 +53,9 @@ Ext.define('saas.view.home.infoCardList.Recment', {
         xtype:'numbercolumn',
         xtype:'numbercolumn',
         width: 100,
         width: 100,
         renderer : function(v) {
         renderer : function(v) {
+            if (v == 0) {
+                v= '';
+            }
             var format = '0'
             var format = '0'
             return Ext.util.Format.number(v, format);
             return Ext.util.Format.number(v, format);
         }
         }