| | |
| | | <el-button @click="searchBtn" icon="el-icon-search" class="bjnr-btn">搜索</el-button> |
| | | <el-button @click="resetBtn" icon="el-icon-delete" class="bjnr-btn">清除</el-button> |
| | | </div> |
| | | <div class="search-item-box" style="overflow-wrap: break-word;"> |
| | | <!-- <div class="search-item-box" style="overflow-wrap: break-word;"> |
| | | <el-button @click="filterBtn(1)" class="bjnr-btn" |
| | | :class="{ isOneClick: criminalRecordFlag == 1 }">已化解({{ yhj ? yhj : |
| | | '0' |
| | |
| | | :class="{ isOneClick: criminalRecordFlag == 1 }">移交E呼即办({{ ysehjb ? ysehjb : |
| | | '0' |
| | | }})</el-button> |
| | | </div> |
| | | </div> --> |
| | | </div> |
| | | |
| | | <div class="list police-info" ref="tableBox"> |
| | |
| | | :key="Math.random()"></el-table-column> |
| | | <el-table-column prop="eventTime" :show-overflow-tooltip="true" label="事发时间" |
| | | :key="Math.random()"></el-table-column> |
| | | <el-table-column prop="disputeContent" :show-overflow-tooltip="true" label="纠纷内容" |
| | | <el-table-column prop="disputeTypeName" :show-overflow-tooltip="true" label="纠纷类型" |
| | | :key="Math.random()"></el-table-column> |
| | | |
| | | <el-table-column label="操作" align="center"> |
| | |
| | | label: '纠纷类型', |
| | | value: this.disputeTypeList.find(i => i.dictKey == row.disputeType).dictValue |
| | | }, |
| | | // { |
| | | // label: '是否受伤', |
| | | // value: row.injuryFlag == 1 ? '是' : '否' |
| | | // }, |
| | | { |
| | | label: '是否受伤', |
| | | value: row.injuryFlag == 1 ? '是' : '否' |
| | | }, |
| | | { |
| | | label: '受伤描述', |
| | | label: '处置情况', |
| | | value: row.injuryDesc |
| | | }, |
| | | { |
| | | label: '报警次数', |
| | | value: row.alarmNum |
| | | }, |
| | | { |
| | | label: '信息来源', |
| | | value: this.disputeSourceList.find(i => i.dictKey == row.source).dictValue |
| | | }, |
| | | { |
| | | label: '当事人1姓名', |
| | | value: row.nameOne |
| | | }, |
| | | { |
| | | label: '当事人1性别', |
| | | value: row.genderOne == 1 ? '男' : row.genderOne == 2 ? '女' : '未知' |
| | | }, |
| | | { |
| | | label: '当事人1电话', |
| | | value: row.phoneOne |
| | | }, |
| | | { |
| | | label: '当事人1身份证号', |
| | | value: row.idCardOne |
| | | }, |
| | | { |
| | | label: '当事人2姓名', |
| | | value: row.nameTwo |
| | | }, |
| | | { |
| | | label: '当事人2性别', |
| | | value: row.genderTwo == 1 ? '男' : '女' |
| | | }, |
| | | { |
| | | label: '当事人2电话', |
| | | value: row.phoneTwo |
| | | }, |
| | | { |
| | | label: '当事人2身份证号', |
| | | value: row.idCardTwo |
| | | }, |
| | | { |
| | | label: '地区', |
| | | value: row.townName |
| | | }, |
| | | // { |
| | | // label: '报警次数', |
| | | // value: row.alarmNum |
| | | // }, |
| | | // { |
| | | // label: '信息来源', |
| | | // value: this.disputeSourceList.find(i => i.dictKey == row.source).dictValue |
| | | // }, |
| | | // { |
| | | // label: '当事人1姓名', |
| | | // value: row.nameOne |
| | | // }, |
| | | // { |
| | | // label: '当事人1性别', |
| | | // value: row.genderOne == 1 ? '男' : row.genderOne == 2 ? '女' : '未知' |
| | | // }, |
| | | // { |
| | | // label: '当事人1电话', |
| | | // value: row.phoneOne |
| | | // }, |
| | | // { |
| | | // label: '当事人1身份证号', |
| | | // value: row.idCardOne |
| | | // }, |
| | | // { |
| | | // label: '当事人2姓名', |
| | | // value: row.nameTwo |
| | | // }, |
| | | // { |
| | | // label: '当事人2性别', |
| | | // value: row.genderTwo == 1 ? '男' : '女' |
| | | // }, |
| | | // { |
| | | // label: '当事人2电话', |
| | | // value: row.phoneTwo |
| | | // }, |
| | | // { |
| | | // label: '当事人2身份证号', |
| | | // value: row.idCardTwo |
| | | // }, |
| | | // { |
| | | // label: '地区', |
| | | // value: row.townName |
| | | // }, |
| | | { |
| | | label: '辖区派出所', |
| | | value: row.pcsName |
| | | }, |
| | | { |
| | | label: '处理结果', |
| | | value: row.handleResult == 1 ? '已化解' : row.handleResult == 2 ? '未化解' : row.handleResult == 3 ? '移送e呼即办' : '' |
| | | } |
| | | // { |
| | | // label: '处理结果', |
| | | // value: row.handleResult == 1 ? '已化解' : row.handleResult == 2 ? '未化解' : row.handleResult == 3 ? '移送e呼即办' : '' |
| | | // } |
| | | ] |
| | | |
| | | this.$refs.detailDialog.initOpen(detailList, title, [], []) |