作者 小范

更新两个字段

@@ -264,8 +264,8 @@ @@ -264,8 +264,8 @@
264 </el-row> 264 </el-row>
265 <el-row> 265 <el-row>
266 <el-form-item label=" " prop="veCustomsNo"> 266 <el-form-item label=" " prop="veCustomsNo">
267 - <el-input v-model="addForm.veCustomsNo" auto-complete="on" placeholder="电子车牌编号">  
268 - <template slot="prepend">电子车牌编号</template> 267 + <el-input v-model="addForm.veCustomsNo" auto-complete="on" placeholder="设备编号">
  268 + <template slot="prepend">设备编号</template>
269 </el-input> 269 </el-input>
270 </el-form-item> 270 </el-form-item>
271 </el-row> 271 </el-row>
@@ -395,7 +395,9 @@ @@ -395,7 +395,9 @@
395 createBy: '', 395 createBy: '',
396 veState: 'N', 396 veState: 'N',
397 icCode: '', 397 icCode: '',
398 - lockNum: '' 398 + lockNum: '',
  399 + vePriority:0,
  400 + veCustomsNo:'',
399 }, 401 },
400 options: [{ 402 options: [{
401 value: '0', 403 value: '0',