|
@@ -6,7 +6,7 @@
|
|
|
<span class="t1">站点:</span>
|
|
|
<select-site @set-site-info="changeSite" selectWidth="300px" />
|
|
|
<span style="margin-left: 16px" class="t1">{{ selectSiteInfo.planName && selectSiteInfo.planType !==
|
|
|
- 'STATIONCONSTRUCTION' ? selectSiteInfo.planName : '暂无SEO推广套餐~' }}
|
|
|
+ 'STATIONCONSTRUCTION' ? selectSiteInfo.planName : selectSiteInfo.planName }} <!-- '暂无SEO推广套餐~' -->
|
|
|
<a-popover placement="bottom"
|
|
|
v-show="selectSiteInfo.planName && selectSiteInfo.planType !== 'STATIONCONSTRUCTION'">
|
|
|
<template #content>
|