上传
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user