|
@@ -20,7 +20,7 @@
|
|
|
</el-date-picker>
|
|
|
</div>
|
|
|
|
|
|
- <template v-if="hasPlatformDimension">
|
|
|
+ <template v-if="hasPlatformDimension && date">
|
|
|
<wanyu-completion :date="date" />
|
|
|
|
|
|
<h3>平台维度</h3>
|
|
@@ -50,7 +50,7 @@
|
|
|
</template>
|
|
|
|
|
|
|
|
|
- <template v-if="companyArr && companyArr.length > 0">
|
|
|
+ <template v-if="companyArr && companyArr.length > 0 && date">
|
|
|
<h3>业务公司维度</h3>
|
|
|
<el-row :gutter="20">
|
|
|
<el-col
|