默认币种必选

This commit is contained in:
chenjianan
2018-11-21 08:41:18 +08:00
parent 42159275c3
commit 63a4e70419
2 changed files with 2 additions and 2 deletions

View File

@@ -118,7 +118,7 @@
</el-col>
<el-col :span="6">
<el-form-item label="币种">
<el-select v-model="currencyValue" placeholder="币种" size="small" clearable>
<el-select v-model="currencyValue" placeholder="币种" size="small">
<el-option
v-for="item in currency"
:key="item.value"