明树Git Lab

Commit 5f77fdec authored by zhanghan's avatar zhanghan

1

parent b8deb7df
Pipeline #111893 passed with stage
in 19 seconds
......@@ -109,7 +109,7 @@
<el-form-item label="总投资">
<div class="text-border">
{{
jcFormData.xmztz ? jcFormData.xmztz / 10000 + "亿元" : ""
jcFormData.xmztz ? (jcFormData.xmztz / 10000).toFixed(2) + "亿元" : ""
}}
</div>
</el-form-item>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment