流程ui优化
This commit is contained in:
parent
a0b68a65ac
commit
3d647a6e27
@ -1,5 +1,8 @@
|
||||
<template>
|
||||
<ContentWrap>
|
||||
<el-card >
|
||||
<template #header>
|
||||
<span style="font-size: 16px">创建办公用品流程</span>
|
||||
</template>
|
||||
<el-form
|
||||
ref="formRef"
|
||||
:model="formData"
|
||||
@ -80,8 +83,10 @@
|
||||
<el-input v-model="formData.usagePurpose" type="textarea" placeholder="请输入申请用途" />
|
||||
</el-form-item>
|
||||
</el-form>
|
||||
<template #footer>
|
||||
<el-button @click="submitForm" type="primary" :disabled="formLoading">确 定</el-button>
|
||||
</ContentWrap>
|
||||
</template>
|
||||
</el-card>
|
||||
</template>
|
||||
<script setup lang="ts">
|
||||
import { getIntDictOptions, DICT_TYPE } from '@/utils/dict'
|
||||
|
@ -1,5 +1,8 @@
|
||||
<template>
|
||||
<ContentWrap>
|
||||
<el-card>
|
||||
<template #header>
|
||||
<span style="font-size: 16px">查看办公用品流程</span>
|
||||
</template>
|
||||
<el-form
|
||||
ref="formRef"
|
||||
:model="formData"
|
||||
@ -82,7 +85,10 @@
|
||||
<el-input v-model="formData.usagePurpose" type="textarea" placeholder="请输入申请用途" disabled />
|
||||
</el-form-item>
|
||||
</el-form>
|
||||
</ContentWrap>
|
||||
<template #footer>
|
||||
|
||||
</template>
|
||||
</el-card>
|
||||
</template>
|
||||
<script setup lang="ts">
|
||||
import { getIntDictOptions, DICT_TYPE } from '@/utils/dict'
|
||||
|
Loading…
Reference in New Issue
Block a user