This commit is contained in:
qsh
2024-07-23 14:39:55 +08:00
parent ec14af1351
commit 97b941055e
5 changed files with 23 additions and 11 deletions

View File

@@ -1,5 +1,8 @@
<template>
<Dialog :title="dialogTitle" v-model="dialogVisible" width="1000px">
<template #btn>
<el-button class="mr-20px" type="primary" size="small" @click="handleSave">保存</el-button>
</template>
<div class="flex">
<el-form style="flex: 1" :model="form" ref="formRef" :rules="rules" label-width="120px">
<el-row :gutter="20">