| | |
| | | <el-input |
| | | style="width:85%" |
| | | v-model=" editForm.name" |
| | | :placeholder="$t('shuJuGuanLi.shuJuJianSuo.valuetwo')+$t('dataManage.styleObj.name')" |
| | | ></el-input> |
| | | </el-form-item> |
| | | <el-form-item :label="$t('common.templateType')"> |
| | |
| | | style="width:85%" |
| | | @change="selFileCodeChange" |
| | | v-model="editForm.code" |
| | | placeholder="请选择文件类型" |
| | | :placeholder="$t('shuJuGuanLi.shuJuJianSuo.valuetree')+$t('dataManage.common.templateType')" |
| | | |
| | | > |
| | | <el-option |
| | | v-for="item in options" |
| | |
| | | :popper-append-to-body="false" |
| | | v-model="editForm.type" |
| | | @change="selFileTypeChange" |
| | | placeholder="请选择模板类型" |
| | | :placeholder="$t('shuJuGuanLi.shuJuJianSuo.valuetree')+$t('common.fileType')" |
| | | style="width:85%" |
| | | > |
| | | <el-option |
| | |
| | | :accept="selectFileType" |
| | | style="display: none" |
| | | @change="geteditFile(1)" |
| | | |
| | | /> |
| | | <el-button |
| | | style="margin-left: 6px;" |
| | |
| | | <el-input |
| | | style="width:85%" |
| | | v-model="editForm.bak" |
| | | :placeholder="$t('shuJuGuanLi.shuJuJianSuo.valuetwo')+$t('common.bak')" |
| | | ></el-input> |
| | | </el-form-item> |
| | | </el-form> |