洞察报告;
This commit is contained in:
@@ -116,9 +116,11 @@ watch(() => props.report, () => {
|
||||
<a-tab-pane v-for="(item) in tabList" :key="item.key" :tab="item.name">
|
||||
<div class="tab-container">
|
||||
<PeopleDislike :type-str="item.name"
|
||||
:report="props.report"
|
||||
:data="item.children.find((child) => child.type.indexOf('不喜欢') > -1)" />
|
||||
<PeopleLike title="消费者喜欢的方面"
|
||||
:type-str="item.name"
|
||||
:report="props.report"
|
||||
:data="item.children.find((child) => child.type.indexOf('喜欢') > -1 && child.type.indexOf('不喜欢') === -1)" />
|
||||
|
||||
<ProductImage :report="props.report" />
|
||||
|
||||
Reference in New Issue
Block a user