Commit 0bec6a32 by gao_yingdong

多维查询

parent fa651fc5
......@@ -249,7 +249,7 @@
{{ scope.row[columnTitle.prop]
}}<i
class="iconfont iconxiangqing moreAJ"
v-show="scope.row['flag'] == '1'"
v-show="scope.row['flag'] == '1' && scope.row.zhfzxyrCyzjZjhm"
@click="moreDialog(scope.row)"
></i>
<el-popover
......
......@@ -647,9 +647,9 @@ let jccxAjxxDefaultFormField = {
col: '1',
radioData: [
{ name: '全部', value: '' },
{ name: '未标注', value: '0' },
{ name: '未标注', value: '2' },
{ name: '已标注', value: '1' },
{ name: '待标注', value: '2' }
{ name: '待标注', value: '0' }
]
}
]
......@@ -913,9 +913,9 @@ let jccxAjxxFormField = {
col: '1',
radioData: [
{ name: '全部', value: '' },
{ name: '未标注', value: '0' },
{ name: '未标注', value: '2' },
{ name: '已标注', value: '1' },
{ name: '待标注', value: '2' }
{ name: '待标注', value: '0' }
]
},
{
......@@ -3867,10 +3867,10 @@ let cxXyrDefaultFormThead = [
label: '案件编号',
prop: 'asjbh'
},
{
label: '简要案情',
prop: 'jyaq'
}
// {
// label: '简要案情',
// prop: 'jyaq'
// }
]
let AllXyrformThead = [
{
......@@ -3981,10 +3981,10 @@ let AllXyrformThead = [
label: '案件编号',
prop: 'asjbh'
},
{
label: '简要案情',
prop: 'jyaq'
},
// {
// label: '简要案情',
// prop: 'jyaq'
// },
{
label: '案事件发生地经度',
prop: 'asjfsddDqjd'
......@@ -4020,10 +4020,10 @@ let cxShrDefaultFormThead = [
label: '案件编号',
prop: 'asjbh'
},
{
label: '简要案情',
prop: 'jyaq'
}
// {
// label: '简要案情',
// prop: 'jyaq'
// }
]
let AllShrformThead = [
{
......@@ -4094,10 +4094,10 @@ let AllShrformThead = [
label: '案件编号',
prop: 'asjbh'
},
{
label: '简要案情',
prop: 'jyaq'
},
// {
// label: '简要案情',
// prop: 'jyaq'
// },
{
label: '案事件发生地经度',
prop: 'asjfsddDqjd'
......
......@@ -677,9 +677,9 @@ let jccxAjxxDefaultFormField = {
col: '1',
radioData: [
{ name: '全部', value: '' },
{ name: '未标注', value: '0' },
{ name: '未标注', value: '2' },
{ name: '已标注', value: '1' },
{ name: '待标注', value: '2' }
{ name: '待标注', value: '0' }
]
}
]
......@@ -933,9 +933,9 @@ let jccxAjxxFormField = {
col: '1',
radioData: [
{ name: '全部', value: '' },
{ name: '未标注', value: '0' },
{ name: '未标注', value: '2' },
{ name: '已标注', value: '1' },
{ name: '待标注', value: '2' }
{ name: '待标注', value: '0' }
]
},
......@@ -3942,10 +3942,10 @@ let cxXyrDefaultFormThead = [
label: '案件编号',
prop: 'asjbh'
},
{
label: '简要案情',
prop: 'jyaq'
}
// {
// label: '简要案情',
// prop: 'jyaq'
// }
]
let AllXyrformThead = [
{
......@@ -4056,10 +4056,10 @@ let AllXyrformThead = [
label: '案件编号',
prop: 'asjbh'
},
{
label: '简要案情',
prop: 'jyaq'
},
// {
// label: '简要案情',
// prop: 'jyaq'
// },
{
label: '案事件发生地经度',
prop: 'asjfsddDqjd'
......@@ -4095,10 +4095,10 @@ let cxShrDefaultFormThead = [
label: '案件编号',
prop: 'asjbh'
},
{
label: '简要案情',
prop: 'jyaq'
}
// {
// label: '简要案情',
// prop: 'jyaq'
// }
]
let AllShrformThead = [
{
......@@ -4169,10 +4169,10 @@ let AllShrformThead = [
label: '案件编号',
prop: 'asjbh'
},
{
label: '简要案情',
prop: 'jyaq'
},
// {
// label: '简要案情',
// prop: 'jyaq'
// },
{
label: '案事件发生地经度',
prop: 'asjfsddDqjd'
......
......@@ -270,7 +270,7 @@ export default {
let self = this;
self.ajTableVisi = true;
self.cxcsAjQuery.page = 1;
self.cxcsAjQuery.zhfzxyrCyzjZjhm = zjhm;
self.cxcsAjQuery.zhfzxyrCyzjZjhm = zjhm.zhfzxyrCyzjZjhm;
self.zacsAjDoQuery();
},
closeLoading(data) {
......
......@@ -269,7 +269,7 @@ export default {
let self = this;
self.ajTableVisi = true;
self.cxcsAjQuery.page = 1;
self.cxcsAjQuery.zhfzxyrCyzjZjhm = zjhm;
self.cxcsAjQuery.zhfzxyrCyzjZjhm = zjhm.zhfzxyrCyzjZjhm;
self.zacsAjDoQuery();
},
closeLoading(data) {
......
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