| | |
| | | label-position="right" |
| | | size="mini" |
| | | label-width="100px" |
| | | style="background: #fff; margin-left: 10px; margin-right: 10px; height: calc(100% - 40px); width: calc(100% - 20px)" |
| | | style="background: #fff; margin-left: 10px;padding-top: 40px !important; margin-right: 10px; height: calc(100% - 40px); width: calc(100% - 20px)" |
| | | > |
| | | <el-row> |
| | | <el-col span="12" |
| | |
| | | @change="selectChange" |
| | | placeholder="请选择处理人" |
| | | :disabled=" |
| | | this.form.type == 0 |
| | | ? this.form.handletype == 1 |
| | | ? true |
| | | : false |
| | | : true |
| | | this.form.type == 0 ? this.form.handletype == 1 ? true : false : false |
| | | " |
| | | > |
| | | <el-option |
| | |
| | | }; |
| | | }, |
| | | created() { |
| | | |
| | | |
| | | this.form = this.$route.query; |
| | | this.form.handletype = 1; |
| | | if (this.form.type == 0) { |
| | |
| | | }, |
| | | |
| | | processChange(value) { |
| | | debugger |
| | | value == "提示业主" |
| | | ? (this.form.handletype = 1) |
| | | : (this.form.handletype = 0); |