fix: ofm 修改form name
This commit is contained in:
parent
46fbdef199
commit
f0b4d5f0bf
|
|
@ -121,7 +121,7 @@
|
|||
</el-drawer>
|
||||
</template>
|
||||
<script>
|
||||
import publicity from "./publicityForm.vue";
|
||||
import publicity from "./publicity_form.vue";
|
||||
import { actStateEnum, interveneTypeEnum } from "@/utils/enum.js";
|
||||
export default {
|
||||
components: {publicity},
|
||||
|
|
|
|||
|
|
@ -65,7 +65,9 @@
|
|||
<el-input v-model="form.plate"></el-input>
|
||||
</el-form-item>
|
||||
<el-form-item label="行驶里程" prop="km">
|
||||
<el-input v-model="form.km" type="number"></el-input>
|
||||
<el-input v-model="form.km" type="number">
|
||||
<template #append>km</template>
|
||||
</el-input>
|
||||
</el-form-item>
|
||||
</el-form>
|
||||
<template #footer>
|
||||
|
|
|
|||
Loading…
Reference in New Issue