Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
张浩
/
br-client
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
66916e43
...
66916e439fa6516b43bfc5ae92d1bcd20dc9a206
authored
2022-03-11 16:12:34 +0800
by
zhanghao
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
commit
1 parent
0b60db22
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
src/page/bigdataReport.vue
src/page/bigdataReport.vue
View file @
66916e4
...
...
@@ -6,6 +6,7 @@
:data=
"baseReports"
border
style=
"width: 100%"
:cell-class-name=
"tcSuccessClassName"
:header-cell-style=
"
{background: 'deepskyblue', color: 'snow'}">
<el-table-column
prop=
"method"
...
...
@@ -96,6 +97,13 @@
return
'success-row'
;
}
},
tcSuccessClassName
({
row
,
column
,
rowIndex
,
columnIndex
})
{
if
(
columnIndex
==
2
)
{
if
(
row
.
tcSuccess
==
0
)
{
return
'pass-row'
;
}
}
},
activity
()
{
const
loading
=
this
.
$loading
({
lock
:
true
,
...
...
Please
register
or
sign in
to post a comment