明树Git Lab
Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
J
jt_front
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
Administrator
jt_front
Commits
d773c3f5
Commit
d773c3f5
authored
Dec 04, 2025
by
chenron
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
提交
parent
ef28cd11
Pipeline
#104144
passed with stage
in 12 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
4 deletions
+6
-4
CommonTotal.vue
src/components/CommonTotal.vue
+6
-4
No files found.
src/components/CommonTotal.vue
View file @
d773c3f5
...
@@ -98,10 +98,12 @@ const generateTableData = (value) => {
...
@@ -98,10 +98,12 @@ const generateTableData = (value) => {
};
};
const
handleDetail
=
(
item
)
=>
{
const
handleDetail
=
(
item
)
=>
{
dialogVisible
.
value
=
true
;
if
(
item
.
unit
===
"个"
)
{
dialogTitle
.
value
=
item
.
title
;
dialogVisible
.
value
=
true
;
let
currentValue
=
item
.
unit
===
"个"
?
item
.
value
:
""
;
dialogTitle
.
value
=
item
.
title
;
tableData
.
value
=
generateTableData
(
currentValue
);
let
currentValue
=
item
.
unit
===
"个"
?
item
.
value
:
""
;
tableData
.
value
=
generateTableData
(
currentValue
);
}
};
};
// 分页处理
// 分页处理
...
...
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