Merge branch 'master' of http://192.168.0.105:10010/r/srs-police-affairs
| | |
| | | } |
| | | |
| | | // 获取该责任区下的人员列表信息 |
| | | export const getAreaPage = (current, size, areaId) => { |
| | | export const getAreaPage = (current, size, areaId,policeName,phone) => { |
| | | return request({ |
| | | url: `/api/policeStationInfo/policeStationInfo/getAreaPage`, |
| | | method: 'get', |
| | | params: { |
| | | current, |
| | | size, |
| | | areaId |
| | | areaId, |
| | | policeName, |
| | | phone |
| | | } |
| | | }) |
| | | } |
| | |
| | | .el-dialog__body { |
| | | flex: 1; |
| | | display: flex; |
| | | flex-direction: row; |
| | | flex-direction: column; |
| | | flex-wrap: wrap; |
| | | justify-self: flex-start; |
| | | align-content: flex-start; |
| | |
| | | } |
| | | } |
| | | } |
| | | } |
| | | |
| | | .header { |
| | | display: flex; |
| | | margin-bottom: 10px; |
| | | padding-left: 10px; |
| | | &>div{ |
| | | display: flex; |
| | | height: 32px; |
| | | line-height: 32px; |
| | | margin-right: 10px; |
| | | |
| | | input { |
| | | width: 150px; |
| | | height: 32px; |
| | | font-size: 12px; |
| | | text-indent: 1em; |
| | | color: #ffffff; |
| | | background-color: rgba(24, 79, 202, 0.6); |
| | | border: 1px solid rgb(0, 92, 169); |
| | | border-radius: 5px; |
| | | } |
| | | |
| | | input:focus { |
| | | outline: none; |
| | | } |
| | | |
| | | input::-webkit-input-placeholder { |
| | | color: rgba(238, 238, 238, 0.7); |
| | | } |
| | | } |
| | | &>div:first-child input{ |
| | | width: 120px; |
| | | } |
| | | .el-button--primary { |
| | | background-color: rgba(29, 92, 228, 0.6); |
| | | border: 1px solid rgba(29, 92, 228, 0.6); |
| | | } |
| | | .el-button{ |
| | | padding: 6px 10px; |
| | | } |
| | | |
| | | } |
| | | } |
| | | |
| | |
| | | flex: 1; |
| | | .el-table th.el-table__cell>.cell{ |
| | | font-size: 16px; |
| | | } |
| | | } |
| | | } |
| | | |
| | | .header { |
| | |
| | | .el-button{ |
| | | padding: 6px 10px; |
| | | } |
| | | |
| | | |
| | | } |
| | | } |
| | | } |
| | |
| | | flex: 1; |
| | | .el-table th.el-table__cell>.cell{ |
| | | font-size: 16px; |
| | | } |
| | | } |
| | | } |
| | | .el-table { |
| | | height: calc(100% - 40px); |
| | |
| | | .select-on-tab { |
| | | box-shadow: 0 2px 2px $menu-tab-shadow; |
| | | color: #fff; |
| | | } |
| | | } |
| | |
| | | pageSize: 5, |
| | | currentPage: 1 |
| | | }, |
| | | peopleSearchQuery: { |
| | | id: "", |
| | | policeName: "", |
| | | phone: "", |
| | | }, |
| | | houseList: [], |
| | | carList: [], |
| | | cameraList: [], |
| | |
| | | |
| | | showpeopledetail (id, name) { |
| | | this.peopleTitle = name |
| | | this.peopleId = id |
| | | this.getPeopleInfoList() |
| | | this.peopleVisible = true |
| | | this.peopleSearchQuery.id = id |
| | | this.getPeopleInfoList(this.peopleSearchQuery.id, "", "") |
| | | }, |
| | | |
| | | getPeopleInfoList () { |