Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
dex-admin
Overview
Overview
Details
Activity
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
haojie
dex-admin
Commits
a997b254
Commit
a997b254
authored
Jul 05, 2023
by
haojie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
24911ae4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
31 additions
and
0 deletions
+31
-0
resources/js/Pages/InscriptionMarket/index.vue
+31
-0
No files found.
resources/js/Pages/InscriptionMarket/index.vue
View file @
a997b254
...
@@ -110,6 +110,13 @@ const toTrade = (name: string) => {
...
@@ -110,6 +110,13 @@ const toTrade = (name: string) => {
const
columns
=
[
const
columns
=
[
{
{
colKey
:
"Protocol"
,
title
:
"协议"
,
align
:
"center"
,
className
:
"font700 font16"
,
width
:
"10%"
,
},
{
colKey
:
"Name"
,
colKey
:
"Name"
,
title
:
"名称"
,
title
:
"名称"
,
align
:
"center"
,
align
:
"center"
,
...
@@ -135,6 +142,12 @@ const columns = [
...
@@ -135,6 +142,12 @@ const columns = [
className
:
"public-style font14"
,
className
:
"public-style font14"
,
},
},
{
{
colKey
:
"ValidMinted"
,
title
:
"有效铸造"
,
align
:
"center"
,
className
:
"public-style font14"
,
},
{
colKey
:
"Holders"
,
colKey
:
"Holders"
,
title
:
"持有者"
,
title
:
"持有者"
,
align
:
"center"
,
align
:
"center"
,
...
@@ -157,6 +170,24 @@ const columns = [
...
@@ -157,6 +170,24 @@ const columns = [
),
),
},
},
{
{
colKey
:
"TotalMinted"
,
title
:
"总铸造"
,
align
:
"center"
,
className
:
"public-style font14"
,
},
{
colKey
:
"Minters"
,
title
:
"铸造者"
,
align
:
"center"
,
className
:
"public-style font14"
,
},
{
colKey
:
"Transactions"
,
title
:
"交易"
,
align
:
"center"
,
className
:
"public-style font14"
,
},
{
colKey
:
"creation_timestamp"
,
colKey
:
"creation_timestamp"
,
title
:
"操作"
,
title
:
"操作"
,
align
:
"center"
,
align
:
"center"
,
...
...
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