| | |
| | | </el-container> |
| | | |
| | | <!-- 添加自定义组件 --> |
| | | |
| | | <el-dialog |
| | | v-dialogDrag |
| | | v-loading="customLoading" |
| | |
| | | ], |
| | | form: {}, |
| | | topForm: { |
| | | itemQtName:'', |
| | | itemQtName: '', |
| | | columnNumber: 8, |
| | | showColumn: '3', |
| | | viName: '', |
| | |
| | | // 选项删除 |
| | | optionDeleteClickHandler(val) { |
| | | if (val === 'dialog') { |
| | | this.customForm.itemKeyValueList.splice(this.customOptionRow.index,1); |
| | | this.customForm.itemKeyValueList.splice(this.customOptionRow.index, 1); |
| | | } else { |
| | | this.form.itemKeyValueList.splice(this.optionRow.index,1); |
| | | this.form.itemKeyValueList.splice(this.optionRow.index, 1); |
| | | } |
| | | }, |
| | | |
| | |
| | | //} |
| | | |
| | | </style> |
| | | |