This commit is contained in:
yanggongyan
2020-02-10 14:53:17 +08:00
parent df3b5b2011
commit b4ba5ee323
7 changed files with 36 additions and 38 deletions

View File

@@ -8,7 +8,7 @@
:label="item.label"
:value="item.value"/>
</el-select>
<el-select v-model="customerName" filterable placeholder="客户名称" style="margin: 3px;width: 140px " size="small" clearable>
<el-select v-model="customerName" filterable placeholder="客户名称" style="margin: 3px;width: 220px " size="small" clearable>
<el-option
v-for="item in customerNames"
:key="item.value"