更新使用手册,修改显示筛选条件bug

This commit is contained in:
罗松柏 2022-01-10 17:37:21 +08:00
parent c3a5e1006f
commit b21a33bc75
12 changed files with 34 additions and 2 deletions

View File

@ -182,6 +182,31 @@
<p>用户维度可按 角色或设备</p>
<p>订单筛选可筛选符合条件的订单</p>
<p><img src="http://x2debug.legu.cc/static/img/manual/image-20210903161103557.png" referrerpolicy="no-referrer" alt="image-20210903161103557"></p>
<h2> <a name='screendata'>筛选看板数据 </a></h2>
<p><img src="../static/img/manual/62345614-31D9-4ace-A9EE-B6931ECFA211.png" referrerpolicy="no-referrer" alt="62345614-31D9-4ace-A9EE-B6931ECFA211"></p>
<p><img src="../static/img/manual/20E44A3B-77A7-40f8-8BA2-3524C69B43AE.png" referrerpolicy="no-referrer" alt="20E44A3B-77A7-40f8-8BA2-3524C69B43AE"></p>
<h3>查看筛选条件</h3>
<p>当次报表有筛选数据时查看筛选按钮显示,点击按钮弹出筛选项数据</p>
<p><img src="../static/img/manual/197F32D6-D6AC-4390-8E4E-FB4A4BC504C8.png" referrerpolicy="no-referrer" alt="197F32D6-D6AC-4390-8E4E-FB4A4BC504C8"></p>
<h2> <a name='customalias'>自定义别名</a></h2>
<h3>自定义别名的意义</h3>
<p>此功能主要针对筛选功能,自定义添加筛选项里的筛选条件</p>
<p><img src="../static/img/manual/006E6A9A-2ACE-4bce-8FA1-5CFD595DEC0C.png" referrerpolicy="no-referrer" alt="006E6A9A-2ACE-4bce-8FA1-5CFD595DEC0C"></p>
<p>上传对应的work文档会自动生成报表方便筛选功能筛选</p>
<p><img src="../static/img/manual/293E88FF-DC27-4211-88C5-5030E24E636A.png" referrerpolicy="no-referrer" alt="293E88FF-DC27-4211-88C5-5030E24E636A"></p>
<h2> <a name='userlable'>用户标签 </a></h2>
<!-- <p>此功能入口【用户分析】- 【用户标签】,保存后可用于分析模型里筛选</p> -->
<p>用户标签列表页,左边是已添加标签,右边是标签信息,点击添加标签</p>
<p><img src="../static/img/manual/0895115A-06AC-4eab-925E-B3CF0400EAF1.png" referrerpolicy="no-referrer" alt="0895115A-06AC-4eab-925E-B3CF0400EAF1"></p>
<p>填写标签名,显示名,备注,选择对应的标签属性并保存,添加完后返回列表页就可以看见添加标签数据。</p>
<p><img src="../static/img/manual/502EE768-DC25-44a6-BE18-FCE03CEC722B.png" referrerpolicy="no-referrer" alt="502EE768-DC25-44a6-BE18-FCE03CEC722B"></p>
<p>点击标签详情,可查看当前标签对应的用户信息,并可下载导出</p>
<p><img src="../static/img/manual/390A7109-3566-4ffc-8D0E-EE4178217A01.png" referrerpolicy="no-referrer" alt="390A7109-3566-4ffc-8D0E-EE4178217A01"></p>
<p>添加完的用户标签可在分析看板里使用</p>
<p><img src="../static/img/manual/32D36F11-FFC8-49c2-AC31-8A048FCAC1A0.png" referrerpolicy="no-referrer" alt="32D36F11-FFC8-49c2-AC31-8A048FCAC1A0"></p>
</div>
<div class="anchor-point-box">
@ -200,6 +225,9 @@
<div><a href="#fromsetup">12.报表的设置、展示、下载与保存</a></div>
<div><a href="#retainedanalysis">13.留存分析</a></div>
<div><a href="#ltvanalysis">14.LTV分析</a></div>
<div><a href="#screendata">15.筛选看板数据</a></div>
<div><a href="#customalias">16.自动以别名</a></div>
<div><a href="#userlable">17.用户标签</a></div>
</div>
</div>
</body>

4
web/src/x.min.js vendored
View File

@ -6095,7 +6095,7 @@ var X = window.X || {
X.template("modeltable",'conent-box'+modeldata[0]['id'],modeldata[0],function(){
X.pageLogic['dashboard'].morefeatures(modeldata[0]);
});
})
})
})
}
})
@ -6408,6 +6408,7 @@ var X = window.X || {
var modelsize = obj.attr('data-modelsize');
var modeltype = obj.attr('data-modeltype');
var name = obj.attr('data-name');
$("#sxjg"+id).hide();
X.parametersopen(X['DATA']['screenlist'][cat],'dropdownlist',[offset.top+obj.height(),offset.left],function(d){
// console.log(d);
@ -6500,6 +6501,7 @@ var X = window.X || {
name:$(this).attr('data-name'),
}
X.DATA.oclickarr =arr;
$("#sxjg"+$(this).attr('data-id')).hide();
});
//更多按钮配置下拉框

View File

@ -261,7 +261,7 @@
X.template("modeltable",'conent-box'+modeldata[0]['id'],modeldata[0],function(){
X.pageLogic['dashboard'].morefeatures(modeldata[0]);
});
})
})
})
}
})
@ -574,6 +574,7 @@
var modelsize = obj.attr('data-modelsize');
var modeltype = obj.attr('data-modeltype');
var name = obj.attr('data-name');
$("#sxjg"+id).hide();
X.parametersopen(X['DATA']['screenlist'][cat],'dropdownlist',[offset.top+obj.height(),offset.left],function(d){
// console.log(d);
@ -666,6 +667,7 @@
name:$(this).attr('data-name'),
}
X.DATA.oclickarr =arr;
$("#sxjg"+$(this).attr('data-id')).hide();
});
//更多按钮配置下拉框

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 47 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 100 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 110 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 123 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 109 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 101 KiB