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