|
@@ -11,7 +11,7 @@
|
|
|
<el-form ref="ruleForm" :model="ruleForm" :rules="rules" label-width="150px" label-position="top" class="rule-form-orange">
|
|
|
<el-form-item label="预期IRR" prop="planIrrStr" style="width: 100%">
|
|
|
<el-input v-model="ruleForm.planIrrStr" disabled placeholder="请输入预期IRR" clearable>
|
|
|
- <template slot="append">%</template>
|
|
|
+ <!-- <template slot="append">%</template> -->
|
|
|
</el-input>
|
|
|
</el-form-item>
|
|
|
</el-form>
|
|
@@ -152,7 +152,7 @@ export default {
|
|
|
if (newV && Object.keys(newV).length) {
|
|
|
const list = JSON.parse(JSON.stringify(newV.incomeExpenditurePlanList))
|
|
|
replaceNull(list)
|
|
|
- this.tableData = JSON.parse(JSON.stringify(list))
|
|
|
+ this.tableData = JSON.parse(JSON.stringify(list))
|
|
|
this.handlerTable()
|
|
|
this.ruleForm.planIrrStr = newV.planIrrStr
|
|
|
}
|