明树Git Lab

Commit 24f14f78 authored by zhanghan's avatar zhanghan

1

parent 9ae74926
Pipeline #111982 passed with stage
in 18 seconds
......@@ -109,7 +109,9 @@
<el-form-item label="总投资">
<div class="text-border">
{{
jcFormData.xmztz ? (jcFormData.xmztz / 10000).toFixed(2) + "亿元" : ""
jcFormData.xmztz
? (jcFormData.xmztz / 10000).toFixed(2) + "亿元"
: ""
}}
</div>
</el-form-item>
......@@ -313,7 +315,11 @@
:min="0"
:max="99999999999.99999999"
controls-position="right"
/>
>
<template #suffix>
<span>亿元</span>
</template>
</el-input>
</el-form-item>
</el-col>
<el-col :span="8">
......@@ -349,7 +355,11 @@
:min="0"
:max="99999999999.99999999"
controls-position="right"
/>
>
<template #suffix>
<span>亿元</span>
</template>
</el-input>
</el-form-item>
</el-col>
<el-col :span="8">
......
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