Commit 4436c1f20cec017dd1c36f259d201c6074d30bf0
Merge branch 'branch_dev' of http://gitlab.renniting.cn/web_developers/HSpark into branch_dev
Showing
1 changed file
with
1 additions
and
1 deletions
src/views/payback/index.vue
... | ... | @@ -15,7 +15,7 @@ |
15 | 15 | </el-col> |
16 | 16 | <el-col :xs="8" :sm="6" :md="7" :lg="7" :xl="1"> |
17 | 17 | <el-form-item label="车牌"> |
18 | - <el-input v-model="form.name" maxlength="10" /> | |
18 | + <el-input v-model="form.carNum" maxlength="10" /> | |
19 | 19 | </el-form-item> |
20 | 20 | </el-col> |
21 | 21 | <el-col :xs="8" :sm="6" :md="3" :lg="3" :xl="1"> | ... | ... |