|
|
@ -28,7 +28,7 @@ |
|
|
|
<el-button type="primary" icon="el-icon-edit" @click="settingForm">修改</el-button> |
|
|
|
<el-button class="des-set-sort" type="primary" icon="iconfont icon-paixu-fanbai" @click="previewFormVisible = true">排序</el-button> |
|
|
|
</div> |
|
|
|
<SettingForm :is-disabled="true" :is-add="true" :this-fields="thisFields" /> |
|
|
|
<SettingForm :is-disabled="true" :is-add="false" :this-fields="thisFields" /> |
|
|
|
</div> |
|
|
|
<div class="des-preview-right"> |
|
|
|
<div class="des-title"> |
|
|
@ -42,7 +42,7 @@ |
|
|
|
<span class="dialog-right-top" /> |
|
|
|
<span class="dialog-left-bottom" /> |
|
|
|
<div class="setting-dialog"> |
|
|
|
<SettingForm ref="editForm" :is-disabled="true" :is-add="false" :this-fields="thisFields" /> |
|
|
|
<SettingForm ref="editForm" :is-disabled="false" :is-add="false" :this-fields="thisFields" /> |
|
|
|
<div slot="footer" class="dialog-footer"> |
|
|
|
<el-button type="primary" @click="editSubmit">保存</el-button> |
|
|
|
</div> |
|
|
|