记得上下班打卡 | git大法好,push需谨慎

Commit 971f01de authored by jiangxiulong's avatar jiangxiulong

view

parent a5d72a47
......@@ -48,7 +48,7 @@
</li>
<li>
<label>订单状态:</label>
<select name="orderType">
<select name="status">
<option value="">全部</option>
<option value="1">申请退款</option>
<option value="2">退款成功</option>
......@@ -115,7 +115,7 @@
{
field: 'errorReason',
title: '失败原因',
formatter: function (value) {
formatter: function (value, row) {
if (row.status == 3) {
return value;
} else {
......@@ -125,7 +125,7 @@
},
{
field: 'createdAt',
title: '用户ID'
title: '发起时间'
},
{
field: 'userId',
......
......@@ -78,6 +78,7 @@
var prefix = ctx + "goblin/nftOrder";
var payTypeDic = [[${@dict.getType('zhengzai_pay_type')}]];
console.log(payTypeDic)
var statusDic = [[${@dict.getType('zhengzai_goblin_nft_order_status')}]];
$(function () {
......
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