明树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
24f14f78
Commit
24f14f78
authored
May 26, 2026
by
zhanghan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
9ae74926
Pipeline
#111982
passed with stage
in 18 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
3 deletions
+13
-3
JueceReport.vue
...views/projectManage/addProject/components/JueceReport.vue
+13
-3
No files found.
src/views/projectManage/addProject/components/JueceReport.vue
View file @
24f14f78
...
@@ -109,7 +109,9 @@
...
@@ -109,7 +109,9 @@
<el-form-item
label=
"总投资"
>
<el-form-item
label=
"总投资"
>
<div
class=
"text-border"
>
<div
class=
"text-border"
>
{{
{{
jcFormData
.
xmztz
?
(
jcFormData
.
xmztz
/
10000
).
toFixed
(
2
)
+
"亿元"
:
""
jcFormData
.
xmztz
?
(
jcFormData
.
xmztz
/
10000
).
toFixed
(
2
)
+
"亿元"
:
""
}}
}}
</div>
</div>
</el-form-item>
</el-form-item>
...
@@ -313,7 +315,11 @@
...
@@ -313,7 +315,11 @@
:min=
"0"
:min=
"0"
:max=
"99999999999.99999999"
:max=
"99999999999.99999999"
controls-position=
"right"
controls-position=
"right"
/>
>
<
template
#
suffix
>
<span>
亿元
</span>
</
template
>
</el-input>
</el-form-item>
</el-form-item>
</el-col>
</el-col>
<el-col
:span=
"8"
>
<el-col
:span=
"8"
>
...
@@ -349,7 +355,11 @@
...
@@ -349,7 +355,11 @@
:min=
"0"
:min=
"0"
:max=
"99999999999.99999999"
:max=
"99999999999.99999999"
controls-position=
"right"
controls-position=
"right"
/>
>
<
template
#
suffix
>
<span>
亿元
</span>
</
template
>
</el-input>
</el-form-item>
</el-form-item>
</el-col>
</el-col>
<el-col
:span=
"8"
>
<el-col
:span=
"8"
>
...
...
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