Commit 8ec2c2cd by 米嘉伟

统计报表

parent 1d75f2fe
......@@ -557,7 +557,7 @@ export default {
title: '标题',
case_file_information: '案件档案信息',
person_file_information: '人员档案信息',
case_no: '案件编号',
case_no: '案件编号',
hit: '比中',
no_query_record_yet: '暂无发查询记录',
order: '次',
......
......@@ -126,13 +126,27 @@
<div class="middle"></div>
<div class='right'>
<div class='item_title'>{{$t('Xzaj.case_type')}}</div>
<div class='item_content'>{{ this.ysajjbxx.ajlbCodeName?this.ysajjbxx.ajlbCodeName:'---' }}</div>
<el-tooltip
effect="dark"
:content="this.ysajjbxx.ajlbCodeName?this.ysajjbxx.ajlbCodeName:'---'"
placement="top"
>
<div class='item_content'>{{ this.ysajjbxx.ajlbCodeName?this.ysajjbxx.ajlbCodeName:'---' }}</div>
</el-tooltip>
</div>
</div>
<div class='item'>
<div class='left'>
<div class='item_title'>{{$t('Xzaj.case_happen_address')}}</div>
<div class='item_content'>{{ this.ysajjbxx.asjfsddDzmc? this.ysajjbxx.asjfsddDzmc:'---' }}</div>
<el-tooltip
effect="dark"
:content="this.ysajjbxx.asjfsddDzmc? this.ysajjbxx.asjfsddDzmc:'---'"
placement="top"
>
<div class='item_content'>{{ this.ysajjbxx.asjfsddDzmc? this.ysajjbxx.asjfsddDzmc:'---' }}</div>
</el-tooltip>
</div>
<div class="middle"></div>
<div class='right'>
......@@ -143,7 +157,7 @@
<div class='item'>
<div class='left'>
<div class='item_title'>{{$t('Allcase.homicide')}}</div>
<div class='item_content'>{{ this.ysajjbxx.sfmaPdbz ?this.ysajjbxx.sfmaPdbz:'---' }}</div>
<div class='item_content'>{{ this.ysajjbxx.sfmaPdbz =='0'?'否':'是' }}</div>
</div>
<div class="middle"></div>
<div class='right'>
......@@ -153,8 +167,13 @@
</div>
<div class='item'>
<div class='item_title only_title'>{{$t('Gzlb.brief_case')}}</div>
<div class='item_content only_content'>{{ this.ysajjbxx.jyaq?this.ysajjbxx.jyaq:'---' }}</div>
<el-tooltip
effect="dark"
:content="this.ysajjbxx.jyaq?this.ysajjbxx.jyaq:'---'"
placement="top"
>
<div class='item_content only_content'>{{ this.ysajjbxx.jyaq?this.ysajjbxx.jyaq:'---' }}</div>
</el-tooltip>
</div>
</div>
......@@ -276,6 +295,7 @@ export default {
},
filters: {
dataFilter (val) {
if (val == null) return '---'
if (val == '---') return '---'
return val.split("T")[0];
}
......@@ -584,12 +604,12 @@ export default {
</script>
<style lang="scss" scoped>
.zhangwen {
height: 450px;
height: 420px;
padding: 0 32px;
box-sizing: border-box;
margin-bottom: 15px;
.zwDivBodyNoImg {
height: 450px;
height: 420px;
display: flex;
justify-content: center;
align-items: center;
......@@ -673,7 +693,7 @@ export default {
justify-content: flex-start;
align-items: flex-start;
flex-wrap: wrap;
height: 450px;
height: 420px;
> div {
&:nth-of-type(5n) {
margin-right: 0;
......@@ -702,7 +722,7 @@ export default {
}
}
.zwDivBodyNoImg {
height: 450px;
height: 420px;
display: flex;
justify-content: center;
align-items: center;
......@@ -841,11 +861,11 @@ export default {
}
}
.addJbxx {
padding: 0 32px 10px;
padding: 5px 32px 5px;
background: #f6f8fa;
.item {
width: 100%;
height: 22px;
height: 30px;
display: flex;
margin-bottom: 10px;
.left {
......@@ -853,10 +873,10 @@ export default {
display: flex;
}
.middle {
width: 5%;
width: 11%;
}
.right {
width: 45%;
width: 39%;
display: flex;
}
.item_title {
......@@ -864,7 +884,7 @@ export default {
font-size: 14px;
font-family: HarmonyOS_Sans_SC;
color: #999999;
line-height: 22px;
line-height: 30px;
}
.only_title {
width: 20.5%;
......@@ -874,7 +894,7 @@ export default {
font-size: 14px;
font-family: HarmonyOS_Sans_SC;
color: #333333;
line-height: 22px;
line-height: 30px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
......
......@@ -402,7 +402,14 @@
<div class="item">
<div class="left">
<div class="item_title">{{$t('Common.cjxxyy')}}:</div>
<div class='item_content'>{{ryInfo.cjxxyyCodeName?ryInfo.cjxxyyCodeName:'---'}}</div>
<el-tooltip
effect="dark"
:content="ryInfo.cjxxyyCodeName?ryInfo.cjxxyyCodeName:'---'"
placement="top"
>
<div class='item_content'>{{ryInfo.cjxxyyCodeName?ryInfo.cjxxyyCodeName:'---'}}</div>
</el-tooltip>
</div>
<div class="middle"></div>
<div class="right">
......
......@@ -110,7 +110,7 @@ module.exports = {
// target: "http://192.168.0.109:8099", // 西藏 张
// target: "http://192.168.0.143:8099", // 西藏 马
// target: "http://192.168.0.130:8099", // 西藏 刘
target: "http://172.18.109.63:8099", // 北京 张
// target: "http://172.18.109.63:8099", // 北京 张
// target: "http://8.144.175.212:8099", // 北京
ws: true,
changeOrigin: true,
......@@ -127,7 +127,7 @@ module.exports = {
// target: "http://172.18.109.63:8765", // 北京 张
// target: "http://192.168.0.165:8765", // 西藏 马
// target: "http://192.168.0.107:8765", // 西藏 张
target: "http://172.18.109.63:8765", // 北京 张
// target: "http://172.18.109.63:8765", // 北京 张
// target: "http://8.144.175.212:8765", // 北京
ws: true,
changeOrigin: true,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment