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

Commit c8fe6c84 authored by jiangxiulong's avatar jiangxiulong

统一上链时间和哈希值view

parent 8b81ba6c
......@@ -28,8 +28,8 @@
<input type="text" name="orderCode"/>
</li>
<li>
<label>发放HASH</label>
<input type="text" name="tradingTxhash"/>
<label>哈希值</label>
<input type="text" name="nftId"/>
</li>
</div>
<div class="col-sm-12">
......@@ -132,7 +132,7 @@
},
{
field: 'createdAt',
title: '发起时间'
title: '申请时间'
},
{
field: 'userId',
......@@ -175,12 +175,12 @@
title: '藏品名称'
},
{
field: 'releaseAt',
title: '发行时间'
field: 'tradingAt',
title: '上链时间'
},
{
field: 'tradingTxhash',
title: '发放HASH'
field: 'nftId',
title: '哈希值'
}]
};
......
......@@ -28,8 +28,8 @@
<input type="text" name="orderCode"/>
</li>
<li>
<label>发放HASH</label>
<input type="text" name="tradingTxhash"/>
<label>哈希值</label>
<input type="text" name="nftId"/>
</li>
</div>
<div class="col-sm-12">
......@@ -146,6 +146,10 @@
return $.table.selectDictLabel(statusDic, value);
},
},
{
field: 'createTime',
title: '下单时间'
},
{
field: 'payTime',
title: '支付时间'
......@@ -155,12 +159,12 @@
title: '藏品名称'
},
{
field: 'releaseAt',
title: '发行时间'
field: 'tradingAt',
title: '上链时间'
},
{
field: 'tradingTxhash',
title: '发放HASH'
field: 'nftId',
title: '哈希值'
}]
};
......
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