feat: 更新洞察报告数据结构
This commit is contained in:
@@ -74,7 +74,10 @@ const comList = computed(() => {
|
|||||||
reportTypeEnum.concept_quick,
|
reportTypeEnum.concept_quick,
|
||||||
reportTypeEnum.concept_pair,
|
reportTypeEnum.concept_pair,
|
||||||
reportTypeEnum.taste_standard,
|
reportTypeEnum.taste_standard,
|
||||||
reportTypeEnum.taste_pair
|
reportTypeEnum.taste_pair,
|
||||||
|
reportTypeEnum.package_standard,
|
||||||
|
reportTypeEnum.package_quick,
|
||||||
|
reportTypeEnum.package_pair,
|
||||||
].includes(type.value)
|
].includes(type.value)
|
||||||
) {
|
) {
|
||||||
list.push(OtherKeyIndicators); // 其他关键指标
|
list.push(OtherKeyIndicators); // 其他关键指标
|
||||||
|
|||||||
Reference in New Issue
Block a user