Commit 875df783 authored by anxixi's avatar anxixi

服务记录问题修改

parent c01961ab
......@@ -123,8 +123,8 @@
<!--融资信息-->
<div class="editproject" v-if="istable.financingInfo===null"><span>融资信息</span></div>
<el-form-item v-if="subprojectjson.currentFinancingTurn===null" @change="inputchange()" label="本轮融资阶段">
<el-select v-model="projectjson.currentFinancingTurn" placeholder="请选择本轮融资阶段" style="width: 100%;margin-top: 0.2rem;">
<el-form-item v-if="subprojectjson.currentFinancingTurn===null" label="本轮融资阶段">
<el-select v-model="projectjson.currentFinancingTurn" @change="inputchange()" placeholder="请选择本轮融资阶段" style="width: 100%;margin-top: 0.2rem;">
<el-option v-for="item in latestFinancingTurnData" :key="item.dictKey" :label="item.dictValue" :value="item.dictKey">
</el-option>
</el-select>
......
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