|
@@ -14,9 +14,21 @@
|
|
|
<van-collapse v-model="activeNames">
|
|
<van-collapse v-model="activeNames">
|
|
|
<template v-if="!YFQuota">
|
|
<template v-if="!YFQuota">
|
|
|
<!-- YFQuota:应用服务平台 不显示各项指标 -->
|
|
<!-- YFQuota:应用服务平台 不显示各项指标 -->
|
|
|
|
|
+ <!-- 需求真垃圾 -->
|
|
|
<template v-if="postName == '质感销售负责人' || postName == '质感销售专员'">
|
|
<template v-if="postName == '质感销售负责人' || postName == '质感销售专员'">
|
|
|
<target :homePageIndicatorDate="homePageIndicatorList"></target>
|
|
<target :homePageIndicatorDate="homePageIndicatorList"></target>
|
|
|
</template>
|
|
</template>
|
|
|
|
|
+ <template v-else-if="GZdata">
|
|
|
|
|
+ <!-- 新 -->
|
|
|
|
|
+ <template v-if="true">
|
|
|
|
|
+ <target :homePageIndicatorDate="homePageIndicatorList"></target>
|
|
|
|
|
+ </template>
|
|
|
|
|
+ <!-- 旧 -->
|
|
|
|
|
+ <template v-else>
|
|
|
|
|
+ <Atarget :reportInfo="reportTarget"></Atarget>
|
|
|
|
|
+ <Btarget :reportInfo="reportTarget"></Btarget>
|
|
|
|
|
+ </template>
|
|
|
|
|
+ </template>
|
|
|
<template v-else>
|
|
<template v-else>
|
|
|
<Atarget :reportInfo="reportTarget"></Atarget>
|
|
<Atarget :reportInfo="reportTarget"></Atarget>
|
|
|
<Btarget :reportInfo="reportTarget"></Btarget>
|
|
<Btarget :reportInfo="reportTarget"></Btarget>
|
|
@@ -24,7 +36,6 @@
|
|
|
</template>
|
|
</template>
|
|
|
<div class="contentContainer" v-if="reportTarget.isHistory == '0'">
|
|
<div class="contentContainer" v-if="reportTarget.isHistory == '0'">
|
|
|
<!-- isHistory 是否为历史汇报:0-新汇报 1-历史汇报 -->
|
|
<!-- isHistory 是否为历史汇报:0-新汇报 1-历史汇报 -->
|
|
|
-
|
|
|
|
|
<reportCustom
|
|
<reportCustom
|
|
|
ref="reportCustom"
|
|
ref="reportCustom"
|
|
|
:disabled="true"
|
|
:disabled="true"
|