|
|
@@ -26,7 +26,7 @@ Ext.define('saas.view.document.currencys.DataList', {
|
|
|
columns: [{
|
|
|
text: '币别',
|
|
|
dataIndex: 'cr_name',
|
|
|
- flex: 1,
|
|
|
+ width:150,
|
|
|
renderer:function(a,b,c){
|
|
|
if(c.get('cr_standard')==1){
|
|
|
return a + '(本位币)'
|
|
|
@@ -36,7 +36,7 @@ Ext.define('saas.view.document.currencys.DataList', {
|
|
|
},{
|
|
|
text: '默认汇率',
|
|
|
dataIndex: 'cr_rate',
|
|
|
- flex: 1
|
|
|
+ width:150
|
|
|
}],
|
|
|
keyField:'id',
|
|
|
reqUrl:'/api/document/currency/save',
|