| | |
| | | <template> |
| | | <el-dialog title="链接类型" :visible.sync="showSubmitDialog" append-to-body @close="closeSubmitDialog" width="70%" |
| | | <el-dialog title="链接类型" :visible.sync="showSubmitDialog" append-to-body @close="closeSubmitDialog" width="70%" top="6vh" |
| | | style="height: 115vh;"> |
| | | <el-form ref="form" :model="linkType" show-message="true" inline size="medium" label-suffix=":" |
| | | class="linkTypeForm" :rules="rules" @resetFields="resetForm" status-icon="true"> |
| | |
| | | showSubmitDialog: false, |
| | | option: { |
| | | height: "330px", |
| | | tip:false, |
| | | selection: true, |
| | | headerAlign: 'center', |
| | | border: true, |