|
|
@ -50,13 +50,13 @@ |
|
|
|
</el-dialog> |
|
|
|
|
|
|
|
<!-- 界面字段预览排序 --> |
|
|
|
<el-dialog class="preview-dialog" :visible="previewFormVisible" :before-close="handleClose" :close-on-click-modal="false" title="修改排序"> |
|
|
|
<el-dialog class="preview-dialog" :visible="previewFormVisible" :before-close="handleClose" :close-on-click-modal="false" :destroy-on-close="true" title="修改排序"> |
|
|
|
<span class="dialog-right-top" /> |
|
|
|
<span class="dialog-left-bottom" /> |
|
|
|
<div class="setting-dialog"> |
|
|
|
<i class="drag-tip">提示:请通过拖动鼠标来调整当前顺序</i> |
|
|
|
<!-- <PreviewForm :is-disabled="true" :all-fields-data="allFieldsData" /> --> |
|
|
|
<PreviewForm ref="previewForm" :is-has-code="true" :is-disabled="false" :is-draggable="true" :form-preview-data.sync="isInputFields" :selected-category="selectedCategory" /> |
|
|
|
<!-- <PreviewForm :is-disabled="true" :all-fields-data="allFieldsData" .sync/> --> |
|
|
|
<PreviewForm ref="previewForm" :is-has-code="true" :is-disabled="false" :is-draggable="true" :form-preview-data="JSON.parse(JSON.stringify(isInputFields))" :selected-category="selectedCategory" /> |
|
|
|
<div slot="footer" class="dialog-footer"> |
|
|
|
<el-button type="primary" @click.native="handleSort">保存</el-button> |
|
|
|
</div> |
|
|
@ -101,7 +101,6 @@ export default { |
|
|
|
}, |
|
|
|
mounted() { |
|
|
|
this.getArchivesType() |
|
|
|
this.$refs.previewForm.rendered = true |
|
|
|
}, |
|
|
|
methods: { |
|
|
|
getArchivesType() { |
|
|
|