@@ -318,7 +318,7 @@
placeholder="请输入预期融资金额"
/>
</el-form-item>
- <el-form-item label="投前估值(万元)" prop="investValuation">
+ <el-form-item label="投后估值(万元)" prop="investValuation">
<el-input
:disabled="type === '2'"
maxlength="20"
@@ -330,7 +330,7 @@
.replace(/^(\-)*(\d+)\.(\d\d).*$/, '$1$2.$3')
.replace(/-/g, ''))
"
- placeholder="请输入投前估值"
+ placeholder="请输入投后估值"
<el-form-item label="预计投资金额(万元)" prop="investMoney">
@@ -361,7 +361,7 @@
</el-col>
<el-col :span="12">
@@ -373,7 +373,7 @@
@@ -356,7 +356,7 @@
@@ -368,7 +368,7 @@
@@ -117,7 +117,7 @@
<p>{{ detailInfo.decisionDate }}</p>
</div>
<div class="public-flex-center-column">
- <div>投前估值(万元)</div>
+ <div>投后估值(万元)</div>
<p>{{ detailInfo.investValuation }}</p>
@@ -317,7 +317,7 @@
@@ -329,7 +329,7 @@