1
This commit is contained in:
parent
2db6e1c80f
commit
de1e76850a
@ -76,7 +76,7 @@
|
|||||||
"analysisname":'',
|
"analysisname":'',
|
||||||
"analysis":'total_count',
|
"analysis":'total_count',
|
||||||
"filts":[],//过滤项
|
"filts":[],//过滤项
|
||||||
"condrelation":'and',
|
"relation":'and',
|
||||||
"customEvent":'',
|
"customEvent":'',
|
||||||
"eventNameDisplay":'',//重命名指标
|
"eventNameDisplay":'',//重命名指标
|
||||||
"format":'float',
|
"format":'float',
|
||||||
@ -373,7 +373,7 @@
|
|||||||
|
|
||||||
// 且和或切换
|
// 且和或切换
|
||||||
$(document).off('click','.analysis-con-left-screen-list-right-screen-qh-tit').on("click",".analysis-con-left-screen-list-right-screen-qh-tit",function(){
|
$(document).off('click','.analysis-con-left-screen-list-right-screen-qh-tit').on("click",".analysis-con-left-screen-list-right-screen-qh-tit",function(){
|
||||||
var html = $(this).html(); //condrelation筛选条件的关系
|
var html = $(this).html(); //relation筛选条件的关系
|
||||||
var index = $(this).attr("data-index");
|
var index = $(this).attr("data-index");
|
||||||
if(html == "且"){
|
if(html == "且"){
|
||||||
$(this).html('或');
|
$(this).html('或');
|
||||||
@ -414,7 +414,7 @@
|
|||||||
"analysisname":'',
|
"analysisname":'',
|
||||||
"analysis":'total_count',
|
"analysis":'total_count',
|
||||||
"filts":[],//过滤项
|
"filts":[],//过滤项
|
||||||
"condrelation":'and',
|
"relation":'and',
|
||||||
"customEvent":'',
|
"customEvent":'',
|
||||||
"eventNameDisplay":'',//重命名指标
|
"eventNameDisplay":'',//重命名指标
|
||||||
"format":'float',
|
"format":'float',
|
||||||
@ -691,7 +691,7 @@
|
|||||||
|
|
||||||
|
|
||||||
$(document).off('click','.analysis-overall-situation-left-guanxi').on('click','.analysis-overall-situation-left-guanxi',function(){
|
$(document).off('click','.analysis-overall-situation-left-guanxi').on('click','.analysis-overall-situation-left-guanxi',function(){
|
||||||
var html = $(this).html(); //condrelation筛选条件的关系
|
var html = $(this).html(); //relation筛选条件的关系
|
||||||
if(html == "且"){
|
if(html == "且"){
|
||||||
$(this).html('或');
|
$(this).html('或');
|
||||||
data['eventView']['relation'] = 'or'
|
data['eventView']['relation'] = 'or'
|
||||||
|
Loading…
Reference in New Issue
Block a user