Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Q
quality-dynamic
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
张牧越
quality-dynamic
Commits
7d5287e6
Commit
7d5287e6
authored
Dec 06, 2024
by
张牧越
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
7f90e627
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
1 deletion
+14
-1
Index.vue
src/views/DataStatis/Index.vue
+14
-1
No files found.
src/views/DataStatis/Index.vue
View file @
7d5287e6
...
@@ -249,7 +249,19 @@
...
@@ -249,7 +249,19 @@
:headers=
"header5"
:headers=
"header5"
:table-data=
"data5"
:table-data=
"data5"
@
row-click=
"rowClickArea"
@
row-click=
"rowClickArea"
></STable2>
>
<
template
slot-scope=
"scope"
>
<template
v-if=
"scope.header.slot == 'score'"
>
<span
:style=
"
{
color: '#f86262',
}"
>
{{
scope
.
row
.
score
}}
</span>
</
template
>
</template>
</STable2>
</Section2>
</Section2>
</div>
</div>
</div>
</div>
...
@@ -431,6 +443,7 @@ export default {
...
@@ -431,6 +443,7 @@ export default {
name
:
"当前分值"
,
name
:
"当前分值"
,
props
:
"score"
,
props
:
"score"
,
width
:
"15%"
,
width
:
"15%"
,
slot
:
"score"
,
},
},
],
],
data5
:
[],
data5
:
[],
...
...
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