| | |
| | | } |
| | | // this.$refs.referConfigFormDialog.onloadAttrData(); |
| | | }else if(column.property == 'classifyInvokeText'){ |
| | | this.injectVisible=true; |
| | | this.injectOption.classifyInvokeAttr=this.CurrentCell.classifyInvokeAttr; |
| | | this.injectOption.classifyInvokeAttrName=this.CurrentCell.classifyInvokeAttrName; |
| | | this.injectOption.classifyInvokeEditFlag=this.CurrentCell.classifyInvokeEditFlag; |
| | | if(this.CurrentCell.classifyInvokeLevel == 'min'){ |
| | | this.injectOption.classifyInvokeLevel='min' |
| | | }else { |
| | | this.injectOption.classifyInvokeLevel='max' |
| | | this.injectOption.classifyNumber=this.CurrentCell.classifyInvokeLevel; |
| | | if (this.CurrentCell.classifyInvokeAttr != '') { |
| | | this.injectOption = { |
| | | classifyInvokeAttr: this.CurrentCell.classifyInvokeAttr, |
| | | classifyInvokeAttrName: this.CurrentCell.classifyInvokeAttrName, |
| | | classifyInvokeEditFlag: this.CurrentCell.classifyInvokeEditFlag, |
| | | classifyInvokeLevel: this.CurrentCell.classifyInvokeLevel == 'min' ? 'min' : 'max', |
| | | classifyNumber: this.CurrentCell.classifyInvokeLevel == 'min' ? '' : this.CurrentCell.classifyInvokeLevel |
| | | }; |
| | | } else { |
| | | this.injectHandleReset(); |
| | | } |
| | | }else if(column.property == 'componentRule'){ |
| | | if(this.CurrentCell){ |
| | |
| | | this.$set(this.attrSelectList[0],'classifyInvokeText',data) |
| | | } |
| | | this.injectHandleReset() |
| | | |
| | | if(this.injectOption.classifyInvokeLevel !== 'min'){ |
| | | this.injectOption.classifyInvokeLevel=this.injectOption.classifyNumber; |
| | | }else { |
| | |
| | | }, |
| | | // 分类注入取消 |
| | | injectRemove() { |
| | | this.injectVisible = false |
| | | this.injectVisible = false; |
| | | this.injectHandleReset() |
| | | }, |
| | | //属性模板表格单元格点击事件 |
| | | //表格操作栏删除 |