Commit ea22c7eb authored by 张冬's avatar 张冬

投标文件名称

parent 2d2c2a47
......@@ -37,7 +37,7 @@
<div>
<el-form-item label="投标文件:" prop="bidbookId">
<el-select v-model="form.bidbookId" placeholder="请选择">
<el-option v-for="item in options" :key="item.id" :label="item.fileName" :value="item.id">
<el-option v-for="item in options" :key="item.id" :label="item.name" :value="item.id">
</el-option>
</el-select>
</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