Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mining-manager
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
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
Mining
mining-manager
Commits
a21da75c
Commit
a21da75c
authored
Jan 27, 2022
by
mxm-web-develop
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
321
parent
52ba9a54
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
2 deletions
+9
-2
mining-manager.zip
mining-manager.zip
+0
-0
workspace.vue
src/components/workspace.vue
+9
-2
No files found.
mining-manager.zip
0 → 100644
View file @
a21da75c
File added
src/components/workspace.vue
View file @
a21da75c
...
...
@@ -49,9 +49,14 @@ const columnSet = [
label
:
'完成时间'
},
{
prop
:
'jobTime'
,
label
:
'登记时间'
},
{
prop
:
'status'
,
label
:
"状态"
}
},
]
const
initTable
=
async
()
=>
{
loading
.
value
=
true
...
...
@@ -121,7 +126,6 @@ const requestDataChanged = (v:any)=> reqData.page = v
<div
class=
"table-view w-full "
>
<div
class=
" text-sm opacity-50 py-3 px-3"
>
当前交易笔数:
{{
pageController
.
size
}}
</div>
<el-table
v-loading=
"loading"
element-loading-text=
"加载中,请等待..."
:data=
"table"
...
...
@@ -136,6 +140,9 @@ const requestDataChanged = (v:any)=> reqData.page = v
<
template
#
default=
"scope"
v-if=
"i.prop === 'blockTime'"
>
{{
dateFilter
(
scope
.
row
.
blockTime
)
}}
</
template
>
<
template
#
default=
"scope"
v-if=
"i.prop === 'jobime'"
>
{{
dateFilter
(
scope
.
row
.
jboTime
)
}}
</
template
>
</el-table-column>
</el-table>
</div>
...
...
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