소스 검색

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

zhoudw 7 년 전
부모
커밋
b34062c7b7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 '是';
                     }