Commit 858169b5 authored by feifei's avatar feifei

生产部署

parent 4f596312
......@@ -21,10 +21,10 @@
//window.APIHOST = "http://192.168.0.50:8202";
//测试
window.APIHOST ="http://47.99.245.36:8202";
//window.APIHOST ="http://47.99.245.36:8202";
//生产环境
//window.APIHOST = "https://loess.jqtianxia.com";
window.APIHOST = "https://water.jqtianxia.com";
</script>
......
......@@ -782,7 +782,7 @@
},
// 计算已还金额
planMoneyFormat: function (row, column) {
return this.accAdd(this.accAdd(row.backedBen, row.backedFu), row.backedXi)
return this.accAdd(this.accAdd(row.backedBen, row.backedFu), row.backedXi).toFixed(2)
},
// 银行信息拼接
cardBankFormat: function (row, column) {
......
{
"name": "versiony",
"version": "5.5.8"
"version": "5.6.0"
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment