表单标题修改

This commit is contained in:
XaoLi717 2024-11-29 09:08:36 +08:00
parent 9dbf1d0454
commit 239b62b8c8
4 changed files with 4 additions and 4 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"

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"