|
@@ -12,10 +12,10 @@
|
|
v-show="selectSiteInfo.planName && selectSiteInfo.planType !== 'STATIONCONSTRUCTION'">
|
|
v-show="selectSiteInfo.planName && selectSiteInfo.planType !== 'STATIONCONSTRUCTION'">
|
|
<template #content>
|
|
<template #content>
|
|
<span>
|
|
<span>
|
|
- 指定词数:{{ comprehenInfo.planAppointKeywordNum }}
|
|
|
|
|
|
+ 指定关键词数:{{ comprehenInfo.planAppointKeywordNum }}
|
|
</span>
|
|
</span>
|
|
<span>
|
|
<span>
|
|
- 关键词数:{{ comprehenInfo.planLongTailKeywordNum }}
|
|
|
|
|
|
+ 长尾关键词数:{{ comprehenInfo.planLongTailKeywordNum }}
|
|
</span>
|
|
</span>
|
|
<span>
|
|
<span>
|
|
外链数:{{ comprehenInfo.planOuterLinkNum }}
|
|
外链数:{{ comprehenInfo.planOuterLinkNum }}
|
|
@@ -35,7 +35,7 @@
|
|
</a-row>
|
|
</a-row>
|
|
<a-row class="r2" type="flex" justify="center" align="middle">
|
|
<a-row class="r2" type="flex" justify="center" align="middle">
|
|
<a-col :span="6">
|
|
<a-col :span="6">
|
|
- <p class="t1"><img src="../../../assets/seo/zhidingci.svg" />指定词</p>
|
|
|
|
|
|
+ <p class="t1"><img src="../../../assets/seo/zhidingci.svg" />指定关键词数</p>
|
|
<p class="t2" v-if="comprehenInfo.appointKeywordNum == null">
|
|
<p class="t2" v-if="comprehenInfo.appointKeywordNum == null">
|
|
-
|
|
-
|
|
</p>
|
|
</p>
|
|
@@ -44,7 +44,7 @@
|
|
</p>
|
|
</p>
|
|
</a-col>
|
|
</a-col>
|
|
<a-col :span="6">
|
|
<a-col :span="6">
|
|
- <p class="t1"><img src="../../../assets/seo/changweici.svg" />关键词</p>
|
|
|
|
|
|
+ <p class="t1"><img src="../../../assets/seo/changweici.svg" />长尾关键词数</p>
|
|
<p class="t2" v-if="comprehenInfo.longTailKeywordNum == null">
|
|
<p class="t2" v-if="comprehenInfo.longTailKeywordNum == null">
|
|
-
|
|
-
|
|
</p>
|
|
</p>
|
|
@@ -75,7 +75,7 @@
|
|
<a-row class="r3" type="flex" :gutter="16">
|
|
<a-row class="r3" type="flex" :gutter="16">
|
|
<a-col :span="12">
|
|
<a-col :span="12">
|
|
<div class="wrap">
|
|
<div class="wrap">
|
|
- <p class="t1">指定词排名</p>
|
|
|
|
|
|
+ <p class="t1">指定关键词排名</p>
|
|
<div class="content">
|
|
<div class="content">
|
|
<div class="d1"><img src="../../../assets/seo/NO1.svg" />1-10位</div>
|
|
<div class="d1"><img src="../../../assets/seo/NO1.svg" />1-10位</div>
|
|
<div class="d2"><a @click="getTableInfoRank(3,1)">{{ rankInfo.appointKeyword.firstNum
|
|
<div class="d2"><a @click="getTableInfoRank(3,1)">{{ rankInfo.appointKeyword.firstNum
|
|
@@ -98,7 +98,7 @@
|
|
</a-col>
|
|
</a-col>
|
|
<a-col :span="12">
|
|
<a-col :span="12">
|
|
<div class="wrap">
|
|
<div class="wrap">
|
|
- <p class="t1">关键词排名</p>
|
|
|
|
|
|
+ <p class="t1">长尾关键词排名</p>
|
|
<div class="content">
|
|
<div class="content">
|
|
<div class="d1"><img src="../../../assets/seo/NO1.svg" />1-10位</div>
|
|
<div class="d1"><img src="../../../assets/seo/NO1.svg" />1-10位</div>
|
|
<div class="d2">
|
|
<div class="d2">
|
|
@@ -124,7 +124,7 @@
|
|
|
|
|
|
</a-row>
|
|
</a-row>
|
|
<a-row class="r4">
|
|
<a-row class="r4">
|
|
- <a-card title="指定词" :bordered="false" style="width: 100%">
|
|
|
|
|
|
+ <a-card title="指定关键词" :bordered="false" style="width: 100%">
|
|
<a-col :span="24">
|
|
<a-col :span="24">
|
|
<a-row class="table-tool-wrap" type="flex">
|
|
<a-row class="table-tool-wrap" type="flex">
|
|
<a-col :span="8">
|
|
<a-col :span="8">
|
|
@@ -233,7 +233,7 @@
|
|
</a-row>
|
|
</a-row>
|
|
|
|
|
|
<a-row class="r4" style="margin-top: 10px">
|
|
<a-row class="r4" style="margin-top: 10px">
|
|
- <a-card title="关键词" :bordered="false" style="width: 100%">
|
|
|
|
|
|
+ <a-card title="长尾关键词" :bordered="false" style="width: 100%">
|
|
<a-col :span="24">
|
|
<a-col :span="24">
|
|
<a-row class="table-tool-wrap" type="flex">
|
|
<a-row class="table-tool-wrap" type="flex">
|
|
<a-col :span="8">
|
|
<a-col :span="8">
|