|  |  |  | 
|---|
|  |  |  | /> | 
|---|
|  |  |  |  | 
|---|
|  |  |  | <!-- 添加或修改参数配置对话框 --> | 
|---|
|  |  |  | <el-dialog :title="title" :close-on-click-modal="false" :visible.sync="open" width="500px" append-to-body> | 
|---|
|  |  |  | <Dialog :title="title" :visible.sync="open" width="500px" append-to-body> | 
|---|
|  |  |  | <el-form ref="form" :model="form" :rules="rules" label-width="80px"> | 
|---|
|  |  |  | <el-form-item label="字典类型"> | 
|---|
|  |  |  | <el-input v-model="form.dictType" :disabled="true" /> | 
|---|
|  |  |  | 
|---|
|  |  |  | <el-button type="primary" @click="submitForm">确 定</el-button> | 
|---|
|  |  |  | <el-button @click="cancel">取 消</el-button> | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | </el-dialog> | 
|---|
|  |  |  | </Dialog> | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | </template> | 
|---|
|  |  |  |  | 
|---|