Commit 3b70f7c5 authored by linxin's avatar linxin

Merge branch 'liuxin' into develop

parents 01d28eaa fbb11205
......@@ -26,6 +26,14 @@
<div slot="name">发动机号</div>
<input slot="content" v-model="rentInfo.engine" readonly placeholder="自动识别发动机号" >
</item>
<item>
<div slot="name">车辆型号 </div>
<input slot="content" v-model="info.type" readonly placeholder="自动识别车辆型号" >
</item>
<item>
<div slot="name">合格证编号 </div>
<input slot="content" v-model="info.number" readonly placeholder="自动识别合格证编号" >
</item>
<item>
<div slot="name">厂商型号</div>
<input
......@@ -289,7 +297,7 @@ export default {
.down {
position: relative;
width: 314px;
height: 436px;
height: 466px;
background-size: 301px 24.7px;
background-color: #fff;
}
......
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