| | |
| | | : `${$t('common.update')}` |
| | | " |
| | | :visible.sync="dialogVisible" |
| | | width="50%" |
| | | top="2vh" |
| | | :before-close="handleClose" |
| | | :show-close="false" |
| | | > |
| | | <div> |
| | | <div style="height: 500px; overflow: auto"> |
| | | <el-form |
| | | ref="form" |
| | | :model="editForm" |
| | | label-width="100px" |
| | | label-position="top" |
| | | > |
| | | <el-form-item :label="$t('dataManage.styleObj.name')"> |
| | | <el-input |
| | | style="width:100%" |
| | | style="width:85%" |
| | | v-model=" editForm.name" |
| | | ></el-input> |
| | | </el-form-item> |
| | |
| | | v-model="editForm.type" |
| | | @change="selFileTypeChange" |
| | | placeholder="请选择活动区域" |
| | | style="width:100%" |
| | | style="width:85%" |
| | | > |
| | | <el-option |
| | | label="World模板" |
| | |
| | | ></el-input> --> |
| | | <el-select |
| | | :popper-append-to-body="false" |
| | | style="width:100%" |
| | | style="width:85%" |
| | | v-model="editForm.code" |
| | | placeholder="请选择" |
| | | > |
| | |
| | | style="width:100%" |
| | | ></el-input> |
| | | </div> |
| | | <div> |
| | | <div class="BoxFlexbutton"> |
| | | <input |
| | | name="file1" |
| | | type="file" |
| | |
| | | </el-form-item> |
| | | <el-form-item :label="$t('common.bak')"> |
| | | <el-input |
| | | style="width:100%" |
| | | style="width:85%" |
| | | v-model="editForm.bak" |
| | | ></el-input> |
| | | </el-form-item> |
| | |
| | | >确 定</el-button> |
| | | </div> |
| | | </el-dialog> |
| | | <div class="infoBox_box" v-show="showinfoBox"> |
| | | <div |
| | | class="infoBox subpage_Div box_div" |
| | | v-show="showinfoBox" |
| | | |
| | | > |
| | | |
| | | <div |
| | |
| | | </div> |
| | | |
| | | </div> |
| | | </div> |
| | | <iframe |
| | | id="downFrame" |
| | | src="" |
| | |
| | | } |
| | | } |
| | | } |
| | | .BoxFlex { |
| | | display: flex; |
| | | justify-content: space-around; |
| | | width: 100%; |
| | | .BoxFlexinput { |
| | | flex: 1; |
| | | } |
| | | } |
| | | |
| | | } |
| | | </style> |
| | | |