加班管理

This commit is contained in:
XaoLi717 2024-11-07 11:32:28 +08:00
parent 7b30610ba9
commit 633f9a38ec
2 changed files with 2 additions and 5 deletions

View File

@ -1,7 +1,7 @@
<template>
<el-card >
<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>
<template #header>
<span style="font-size: 16px">查看办公用品流程</span>
<span style="font-size: 16px">用品管理流程</span>
</template>
<el-form
ref="formRef"
@ -85,9 +85,6 @@
<el-input v-model="formData.usagePurpose" type="textarea" placeholder="请输入申请用途" disabled />
</el-form-item>
</el-form>
<template #footer>
</template>
</el-card>
</template>
<script setup lang="ts">