洞察报告;

This commit is contained in:
钱冠学
2024-09-20 10:42:36 +08:00
parent fbde5ed33b
commit 7028b073a4

View File

@@ -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" />