* 2023/2/20
肖辉
修改事项处理管理-所属区域
| | |
| | | |
| | | }, |
| | | getUserList(){ |
| | | this.seachData.street = this.seachData.street[this.seachData.street.length-1] |
| | | this.$emit('getUserList', {seachData:this.seachData}) |
| | | console.log(this.seachData) |
| | | // this.seachData.alarmTimeOne =this.seachData.alarmTime[0]; |
| | | // this.seachData.alarmTimeTwo = this.seachData.alarmTime[1]; |
| | | this.seachData.street=this.seachData.street?this.seachData.street[this.seachData.street.length-1]:null; |
| | | this.$emit('getUserList', {seachData:this.seachData}); |
| | | }, |
| | | dialogCreate(){ |
| | | this.$emit('dialogCreatepro') |
| | |
| | | :prop="mystatus === 1 ? 'site' : ''" |
| | | :label="mystatus === 1 ? '报警点位' : '违法建筑长、宽、高'" |
| | | :min-width="mystatus === 1 ? '10' : '20'" |
| | | show-overflow-tooltip |
| | | > |
| | | <template slot-scope="scope"> |
| | | <div v-if="mystatus === 2"> |
| | |
| | | .nav { |
| | | display: flex; |
| | | line-height: 40px; |
| | | |
| | | .is-active { |
| | | // background-color: #070f22; |
| | | //color: #333; |
| | | color: #f5222d; |
| | | font-weight: 700; |
| | | } |
| | | .nav-item { |
| | | width: 80px; |
| | | text-align: center; |
| | | |
| | | &:hover { |
| | | cursor: pointer; |
| | | } |
| | | } |
| | | |
| | | .is-active { |
| | | // background-color: #070f22; |
| | | color: #333; |
| | | font-size: 500; |
| | | } |
| | | } |
| | | |
| | |
| | | .is-active { |
| | | // background-color: #070f22; |
| | | border-radius: 4px; |
| | | color: #333; |
| | | font-size: 500; |
| | | color: #f5222d; |
| | | font-weight: 700; |
| | | } |
| | | } |
| | | |
| | |
| | | |
| | | .operation { |
| | | display: flex; |
| | | |
| | | color: #2f54eb; |
| | | .line { |
| | | padding: 0 5px; |
| | | } |