Browse Source

修改客户资料是否默认地址

zhoudw 7 năm trước cách đây
mục cha
commit
b34062c7b7
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      frontend/saas-web/app/view/document/customer/FormPanel.js

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

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