@@ -1,3 +1,3 @@
-//window.hostUrl = "http://47.94.149.131:80/";
-window.hostUrl = "http://127.0.0.1:18080/"
+window.hostUrl = "http://itest.jkcredit.com:80/";
+//window.hostUrl = "http://127.0.0.1:18080/"
window.tableHeight = (document.body.clientHeight*0.6-20);
@@ -466,9 +466,9 @@ import XLSX from "xlsx";
return v[j]/100;
}else if(j=='hisFlag'){
if(v[j] == 0){
- return "历史运单";
- }else{
return "实时运单";
+ }else{
+ return "历史运单";
}
}else{
return v[j];
@@ -356,9 +356,9 @@ async exportExcel() {
}else if(j =='fee'){