明树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
4e3639ee
Commit
4e3639ee
authored
Apr 01, 2026
by
zhanghan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
处理表单
parent
9fe91ebb
Pipeline
#109121
passed with stage
in 22 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
annualAdd.vue
src/views/everydayPage/annualAdd.vue
+4
-3
No files found.
src/views/everydayPage/annualAdd.vue
View file @
4e3639ee
...
...
@@ -538,7 +538,7 @@
<!-- 合计列(自动统计) -->
<el-table-column
label=
"合计"
width=
"120"
align=
"center"
>
<
template
#
default=
"{ row }"
>
<span
<span
v-if=
"!row.skipAutoTotal"
>
{{
row
.
total
?
row
.
total
.
toFixed
(
2
)
:
"0.00"
}}
万元
</span
...
...
@@ -555,6 +555,7 @@
>
<
template
#
default=
"{ row }"
>
<el-input
v-if=
"!row.skipAutoTotal"
v-model=
"row[time]"
:min=
"0"
:precision=
"2"
...
...
@@ -1063,8 +1064,8 @@ const financialOriginConfig = ref([
serialNumber
:
" "
,
indicatorName
:
"筹资总额"
,
level
:
1
,
isTotal
:
tru
e
,
parentCode
:
[
"1.1"
,
"1.2"
,
"1.3"
]
,
isTotal
:
fals
e
,
skipAutoTotal
:
true
,
},
{
serialNumber
:
"2"
,
indicatorName
:
"经营情况"
,
level
:
0
,
isTotal
:
false
},
{
...
...
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