表单标题修改

This commit is contained in:
XaoLi717 2024-11-29 09:08:56 +08:00
parent 239b62b8c8
commit d722dd3c91
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
<template>
<el-card shadow="never">
<template #header>
<span style="font-size: 16px">创建车辆管理流程</span>
<span style="font-size: 16px">创建车辆申请流程</span>
</template>
<el-form
ref="formRef"

View File

@ -1,7 +1,7 @@
<template>
<el-card shadow="never">
<template #header>
<span style="font-size: 16px">车辆管理流程</span>
<span style="font-size: 16px">车辆申请流程</span>
</template>
<el-form
ref="formRef"