|
@@ -29,7 +29,7 @@
|
|
|
<van-collapse v-model="activeNames" style="margin-top: -3px">
|
|
<van-collapse v-model="activeNames" style="margin-top: -3px">
|
|
|
<template v-if="!YFQuota">
|
|
<template v-if="!YFQuota">
|
|
|
<!-- YFQuota:应用服务平台 不显示各项指标 -->
|
|
<!-- YFQuota:应用服务平台 不显示各项指标 -->
|
|
|
- <template v-if="reportTarget.postType == 'GZ' || reportTarget.postType == 'BMD'">
|
|
|
|
|
|
|
+ <template v-if="reportTarget.postType == 'GZ' || reportTarget.BMDType == 'BMD'">
|
|
|
<!-- 0-历史指标 1-动态指标,String类型 -->
|
|
<!-- 0-历史指标 1-动态指标,String类型 -->
|
|
|
<template v-if="reportTarget.targetType == '1'">
|
|
<template v-if="reportTarget.targetType == '1'">
|
|
|
<target :homePageIndicatorDate="homePageIndicatorList"></target>
|
|
<target :homePageIndicatorDate="homePageIndicatorList"></target>
|