Browse Source

代码提交

hy 7 years ago
parent
commit
f897bfab47

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

@@ -305,7 +305,7 @@ Ext.define('saas.view.document.customer.FormPanel', {
                         }
                         }
                     }
                     }
                 }, 
                 }, 
-                text : "是否默认联系人", 
+                text : "默认联系人", 
                 width : 200.0, 
                 width : 200.0, 
                 dataIndex : "cc_default", 
                 dataIndex : "cc_default", 
                 xtype : "",
                 xtype : "",
@@ -401,7 +401,7 @@ Ext.define('saas.view.document.customer.FormPanel', {
                         }
                         }
                     }
                     }
                 }, 
                 }, 
-                text : "是否默认地址", 
+                text : "默认地址", 
                 dataIndex : "ca_default", 
                 dataIndex : "ca_default", 
                 xtype : "",
                 xtype : "",
                 renderer: function (v, m, r) {
                 renderer: function (v, m, r) {

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

@@ -275,7 +275,7 @@ Ext.define('saas.view.document.vendor.FormPanel', {
                         }
                         }
                     }
                     }
                 }, 
                 }, 
-                text : "是否默认联系人", 
+                text : "默认联系人", 
                 dataIndex : "vc_default", 
                 dataIndex : "vc_default", 
                 xtype : "",
                 xtype : "",
                 renderer: function (v, m, r) {
                 renderer: function (v, m, r) {