| | |
| | | prop: 'btmTypeName', |
| | | labelWidth:128, |
| | | focus:this.btmFoucus, |
| | | // readonly: true, |
| | | display:this.TreeFlag, |
| | | rules: [{ |
| | | required: true, |
| | |
| | | prop:"codeKeyAttrRepeatOidName", |
| | | labelWidth:128, |
| | | focus:this.Keyfouce, |
| | | readonly: true, |
| | | change:(data)=>{ |
| | | if(data.value === ""){ |
| | | this.loneTreeNewForm.codeKeyAttrRepeatOid = "" |
| | | } |
| | | } |
| | | }, |
| | | { |
| | | label:"相似查询规则", |
| | | prop:"codeResembleRuleOidName", |
| | | labelWidth:128, |
| | | focus: this.simFouce, |
| | | readonly: true, |
| | | change:(data)=>{ |
| | | if(data.value === ""){ |
| | | this.loneTreeNewForm.codeResembleRuleOid = "" |
| | | } |
| | | } |
| | | }, |
| | | { |
| | | label: '是否参与关键属性校验', |