Commit 0696c59b by liuchenxi

update:触达效果

parent 4b12d34d
......@@ -284,7 +284,7 @@ export default {
if (this.xsxsFlag == 0) {
let arr = [];
this.tableHeader.forEach(item => {
if (item.label != '线索转化收益' && item.label != '转人数' && item.label != '触达人数' && item.label != '计划触达人数') {
if (item.label != '线索转化收益' && item.label != '转人数' && item.label != '触达人数' && item.label != '计划触达人数') {
arr.push(item);
}
});
......
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