|
@@ -33,7 +33,13 @@ $(function () {
|
|
}
|
|
}
|
|
},
|
|
},
|
|
{label: '发送支付原始请求', name: 'request', index: 'request', align: 'center', width: 100},
|
|
{label: '发送支付原始请求', name: 'request', index: 'request', align: 'center', width: 100},
|
|
- {label: '支付回调原始响应', name: 'response', index: 'response', align: 'center', width: 100},
|
|
|
|
|
|
+ {label: '支付回调原始响应', name: 'response', index: 'response', align: 'left', width: 100,
|
|
|
|
+ formatter: function (value) {
|
|
|
|
+ value = value.replace(/</g, '<');
|
|
|
|
+ value = value.replace(/>/g, '>');
|
|
|
|
+ return value;
|
|
|
|
+ }
|
|
|
|
+ },
|
|
{label: '支付平台流水号', name: 'outTradeNo', index: 'out_trade_no', align: 'center', width: 180},
|
|
{label: '支付平台流水号', name: 'outTradeNo', index: 'out_trade_no', align: 'center', width: 180},
|
|
{label: '口岸代码', name: 'seaportCode', index: 'seaport_code', align: 'center', width: 70},
|
|
{label: '口岸代码', name: 'seaportCode', index: 'seaport_code', align: 'center', width: 70},
|
|
{label: '跨境商品平台来源', name: 'seaportPlatform', index: 'seaport_platform', align: 'center', width: 120,
|
|
{label: '跨境商品平台来源', name: 'seaportPlatform', index: 'seaport_platform', align: 'center', width: 120,
|
|
@@ -86,7 +92,7 @@ $(function () {
|
|
gridComplete: function () {
|
|
gridComplete: function () {
|
|
|
|
|
|
}
|
|
}
|
|
- });
|
|
|
|
|
|
+ });
|
|
});
|
|
});
|
|
|
|
|
|
let vm = new Vue({
|
|
let vm = new Vue({
|