Commit c969c765 authored by 黄媛媛's avatar 黄媛媛

修改字段

parent 1c953b64
...@@ -72,7 +72,7 @@ ...@@ -72,7 +72,7 @@
placeholder="请选择" placeholder="请选择"
v-for="item in AppCoustomer" v-for="item in AppCoustomer"
:key="item.customerId" :key="item.customerId"
:label="`${item.customerName}(${item.contactNumber})`" :label="`${item.customerName}(${item.contact})`"
:value="item.customerId"> :value="item.customerId">
</el-option> </el-option>
</el-select> </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