| | |
| | | <template> |
| | | <div> |
| | | <el-dialog v-dialogDrag |
| | | :height="height|| 'auto'" :title="title" |
| | | :title="title" |
| | | :visible.sync="visible" |
| | | :width="width" |
| | | :style="'height:'+height || 'auto'" |
| | | :append-to-body="true" |
| | | class="avue-dialog avue-dialog--top" |
| | | @close="dialogClose"> |
| | |
| | | referType: { |
| | | type: String, |
| | | default:'' |
| | | }, width: { |
| | | }, |
| | | width: { |
| | | type: String, |
| | | default:'70%' |
| | | }, height: { |
| | | }, |
| | | height: { |
| | | type: String, |
| | | default:'60%' |
| | | default:'500px' |
| | | }, |
| | | reloadFormKey: { |
| | | type: String, |
| | |
| | | option: { |
| | | addBtn: false, |
| | | columnBtn: false, |
| | | height:this.height, |
| | | calcHeight: 30, |
| | | tip: false, |
| | | menu: false, |