easyui datagrid获取数据库里double类型的数据显示小数点后两位,不够的补0
服务端弄,不想服务器端弄自己配置column时添加formatter进行格式化
formatter:function(v){ return parseFloat(v).toFixed(2) }