Browse Source

Merge remote-tracking branch 'origin/dev' into dev

rainco 7 years ago
parent
commit
5dca75dfb7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      frontend/saas-web/app/view/document/customer/FormPanel.js

+ 1 - 1
frontend/saas-web/app/view/document/customer/FormPanel.js

@@ -312,7 +312,7 @@ Ext.define('saas.view.document.customer.FormPanel', {
                 xtype : "",
                 renderer: function (v, m, r) {
                     if(v=='0'){
-                        return '';
+                        return '';
                     }else if(v=='1'){
                         return '是';
                     }