fixed bug

This commit is contained in:
chenjianan
2019-05-22 09:26:09 +08:00
parent bbbc1d04ee
commit c92c133128
2 changed files with 6 additions and 1 deletions

View File

@@ -153,7 +153,7 @@
</el-select>
</el-form-item>
<el-form-item label="分组" prop="GroupNumValue" label-width="100px">
<el-select v-model="form.GroupNumValue" filterable clearable size="small" placeholder="分组" style="width: 200px;margin-right:10px">
<el-select v-model="form.GroupNumValue" filterable size="small" placeholder="分组" style="width: 200px;margin-right:10px">
<el-option
v-for="item in GroupNum"
:key="item.value"