记得上下班打卡 | git大法好,push需谨慎
Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
liquidnet-bus-v1
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
董敬伟
liquidnet-bus-v1
Commits
c8fe6c84
Commit
c8fe6c84
authored
Apr 15, 2022
by
jiangxiulong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
统一上链时间和哈希值view
parent
8b81ba6c
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
13 deletions
+17
-13
orderRefundView.html
...s/templates/zhengzai/goblin/nftOrder/orderRefundView.html
+7
-7
orderView.html
...sources/templates/zhengzai/goblin/nftOrder/orderView.html
+10
-6
No files found.
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-web/src/main/resources/templates/zhengzai/goblin/nftOrder/orderRefundView.html
View file @
c8fe6c84
...
...
@@ -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
:
'
release
At'
,
title
:
'
发行
时间'
field
:
'
trading
At'
,
title
:
'
上链
时间'
},
{
field
:
'
tradingTxhash
'
,
title
:
'
发放HASH
'
field
:
'
nftId
'
,
title
:
'
哈希值
'
}]
};
...
...
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-web/src/main/resources/templates/zhengzai/goblin/nftOrder/orderView.html
View file @
c8fe6c84
...
...
@@ -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
:
'
release
At'
,
title
:
'
发行
时间'
field
:
'
trading
At'
,
title
:
'
上链
时间'
},
{
field
:
'
tradingTxhash
'
,
title
:
'
发放HASH
'
field
:
'
nftId
'
,
title
:
'
哈希值
'
}]
};
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment