|
|
@ -1,5 +1,5 @@ |
|
|
|
<template> |
|
|
|
<el-dialog :title="isAddOrEdit=='edit' ? '编辑模板' :'添加模板'" visible width="800px" :before-close="cancel"> |
|
|
|
<el-dialog :title="isAddOrEdit=='edit' ? '编辑模板' :'添加模板'" :close-on-click-modal="false" visible width="800px" :before-close="cancel"> |
|
|
|
<el-form ref="formRef" :model="formData" :rules="rules" style="overflow: hidden;" label-width="120px"> |
|
|
|
<el-col :span="8" v-for="(value, key, index) in formDataDefaultItem" :key="index"> |
|
|
|
<el-form-item |
|
|
|