Commit 75c6287b by wushaofei

案件标注列表页修改

parent 571be499
<template>
<div class="Content">
<right-content
:cxFormData="cxFormData"
<right-content :cxFormData="cxFormData"
:cxQueryField="cxQueryField"
:cxDefaultFormThead="cxDefaultFormThead"
:cxUrl="cxUrl"
></right-content>
:cxUrl="cxUrl"></right-content>
</div>
</template>
......@@ -176,45 +174,35 @@ export default {
width: '220'
},
{
label: '受理时间',
prop: 'slsj',
width: '250'
label: '简要案情',
prop: 'jyaq',
width: '220'
},
{
/*table默认得表头*/
label: '立案日期',
prop: 'larq',
label: '案件类别',
prop: 'ajlbdmMc',
width: '200'
},
{
label: '侦查阶段代码名称',
prop: 'zcjddmMc',
width: '140'
},
{
label: '案发开始时间',
prop: 'asjfssjAsjfskssj',
label: '主案类别',
prop: 'ajzlbMc',
width: '220'
},
{
label: '简要案情',
prop: 'jyaq',
label: '类案类别',
prop: 'ajxzlbMc',
width: '220'
},
{
label: '案件名称',
prop: 'ajmc',
width: '80'
},
{
label: '案件类别代码名称',
prop: 'ajlbdmMc',
width: '200'
},
{
label: '受理单位名称',
prop: 'sldwGajgjgdmMc',
width: '140'
label: '案发地点',
prop: 'asjfsddDzmc',
width: '80'
},
{
label: '损失总价值',
......@@ -222,9 +210,10 @@ export default {
width: '180'
},
{
label: '案件分类',
prop: 'asjbzAjfl',
width: '220'
/*table默认得表头*/
label: '立案日期',
prop: 'larq',
width: '200'
},
{
label: '立案单位名称',
......@@ -232,25 +221,51 @@ export default {
width: '220'
},
{
label: '案发地区划名称',
prop: 'asjfsddXzqhdmMc',
width: '220'
},
{
label: '主类别名称',
prop: 'ajzlbMc',
width: '220'
},
{
label: '类案类别名称',
prop: 'ajxzlbMc',
label: '案发开始时间',
prop: 'asjfssjAsjfskssj',
width: '220'
},
{
label: '次案类别名称',
prop: 'xalbdmbcmsMc',
width: '220'
}
// {
// label: '受理时间',
// prop: 'slsj',
// width: '250'
// },
// {
// label: '侦查阶段代码名称',
// prop: 'zcjddmMc',
// width: '140'
// },
// {
// label: '受理单位名称',
// prop: 'sldwGajgjgdmMc',
// width: '140'
// },
// {
// label: '案件分类',
// prop: 'asjbzAjfl',
// width: '220'
// },
// {
// label: '案发地区划名称',
// prop: 'asjfsddXzqhdmMc',
// width: '220'
// },
// {
// label: '类案类别名称',
// prop: 'ajxzlbMc',
// width: '220'
// },
// {
// label: '次案类别名称',
// prop: 'xalbdmbcmsMc',
// width: '220'
// }
],
cxUrl: '/bz/esAsjQuery'
}
......@@ -318,5 +333,5 @@ export default {
}
</style>
<style scoped lang="scss">
@import '../assets/styles/rightContent.scss';
@import "../assets/styles/rightContent.scss";
</style>
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