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

Commit c8fe6c84 authored by jiangxiulong's avatar jiangxiulong

统一上链时间和哈希值view

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