fix: ofm 修改form name

This commit is contained in:
TianyangZhang 2025-11-21 14:19:11 +08:00
parent 46fbdef199
commit f0b4d5f0bf
2 changed files with 4 additions and 2 deletions

View File

@ -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},

View File

@ -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>