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
4e7ec3ac
Commit
4e7ec3ac
authored
Dec 10, 2024
by
袁家斌
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
change
parent
3a8b6932
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
AreaProjectDetail.vue
src/views/DataStatis/Dialogs/AreaProjectDetail.vue
+2
-0
Index.vue
src/views/DataStatis/Index.vue
+1
-1
No files found.
src/views/DataStatis/Dialogs/AreaProjectDetail.vue
View file @
4e7ec3ac
...
...
@@ -509,6 +509,7 @@ export default {
return
rowspan
;
},
getColumns
()
{
this
.
columns
=
[]
let
arr
=
[];
this
.
allData
.
forEach
((
item
)
=>
{
let
index
=
arr
.
findIndex
((
row
)
=>
row
.
key
==
item
.
entrust_type
);
...
...
@@ -524,6 +525,7 @@ export default {
});
this
.
columns
=
[...
this
.
columns
];
},
showQuestion
()
{
this
.
currentRowData
=
{
...
...
src/views/DataStatis/Index.vue
View file @
4e7ec3ac
...
...
@@ -142,7 +142,7 @@
</div>
</div> -->
<STable2
:style=
"{ marginTop: '.1rem', height: 'calc(100% - .
6
rem)' }"
:style=
"{ marginTop: '.1rem', height: 'calc(100% - .
1
rem)' }"
:headers=
"header4_1"
:table-data=
"data4"
@
row-click=
"(e)=>{rowClickArea(0, e)}"
...
...
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