Browse Source

组件调整

zq940222 4 months ago
parent
commit
e11ca6993a

+ 1 - 1
src/components/jeecg/AiChat/components/presetQuestion.vue

@@ -45,7 +45,7 @@
 <script name="presetQuestion" setup lang="ts">
   import { ref, onMounted, onBeforeUnmount } from 'vue';
   const emit = defineEmits(['outQuestion']);
-  const data = ref(['请介绍一下JeecgBoot', 'JEECG有哪些优势?', 'JEECG可以做哪些事情?']);
+  const data = ref(['请介绍一下Adweb V3', 'Adweb V3有哪些优势?', 'Adweb V3可以做哪些事情?']);
   const leftBtnStatus = ref('');
   const rightBtnStatus = ref('');
   const rightBtn = ref('');

+ 28 - 6
src/views/adweb/keywords/SeoKeywordsList.vue

@@ -16,16 +16,21 @@
     <BasicTable @register="registerTable" :rowSelection="rowSelection">
       <!--插槽:table标题-->
       <template #tableTitle>
-        <a-button type="primary" @click="handleAdd" preIcon="ant-design:plus-outlined"> 新增
+        <a-button type="primary" @click="handleAdd" preIcon="ant-design:plus-outlined"> 新增关键词
         </a-button>
 <!--        <a-button type="primary" preIcon="ant-design:export-outlined" @click="onExportXls"> 导出-->
 <!--        </a-button>-->
-        <j-upload-button type="primary" preIcon="ant-design:import-outlined" @click="onImportXls">
-          导入
-        </j-upload-button>
+<!--        <j-upload-button type="primary" preIcon="ant-design:import-outlined" @click="onImportXls">-->
+<!--          导入-->
+<!--        </j-upload-button>-->
         <a-button type="primary" preIcon="ant-design:download-outlined" @click="downloadTemplate">
-          下载导入模板
+          模板下载
         </a-button>
+        <a-upload style="margin-left: 8px" name="file" :showUploadList="false" :multiple="false"
+                  :action="importExcelUrl" @change="handleImportExcel2">
+          <a-button type="primary" preIcon="ant-design:import-outlined">关键词导入</a-button>
+        </a-upload>
+
         <a-dropdown v-if="selectedRowKeys.length > 0">
           <template #overlay>
             <a-menu>
@@ -111,7 +116,7 @@ queryParam.siteCode = localStorage.getItem('siteCode')!;
 //注册model
 const [registerModal, { openModal }] = useModal();
 //注册table数据
-const { prefixCls, tableContext, onExportXls, onImportXls } = useListPage({
+const { prefixCls, tableContext } = useListPage({
   tableProps: {
     title: "关键词",
     api: list,
@@ -265,6 +270,23 @@ function changeSite(selectedSiteInfo: any) {
 function downloadTemplate() {
   downloadFile('关键词导入模版表.xlsx')
 }
+
+// 导入关键词
+const fileStatus = ref('');
+const fileResponse = ref(null);
+
+function handleImportExcel2(info) {
+  fileStatus.value = info.file.status;
+
+  if (fileStatus.value!== 'uploading') {
+    console.log(info.file, info.fileList);
+  }
+
+  if (fileStatus.value === 'done') {
+    fileResponse.value = info.file.response;
+
+  }
+}
 </script>
 
 <style scoped>

+ 8 - 8
src/views/adweb/seo/SeoKeywordsRankList.vue

@@ -12,10 +12,10 @@
                      v-show="selectSiteInfo.planName  && selectSiteInfo.planType !== 'STATIONCONSTRUCTION'">
             <template #content>
               <span>
-                 指定词数:{{ comprehenInfo.planAppointKeywordNum }}&nbsp;
+                 指定关键词数:{{ comprehenInfo.planAppointKeywordNum }}&nbsp;
               </span>
              <span>
-                 关键词数:{{ comprehenInfo.planLongTailKeywordNum }}&nbsp;
+                 长尾关键词数:{{ comprehenInfo.planLongTailKeywordNum }}&nbsp;
               </span>
               <span>
                   外链数:{{ comprehenInfo.planOuterLinkNum }}&nbsp;
@@ -35,7 +35,7 @@
     </a-row>
     <a-row class="r2" type="flex" justify="center" align="middle">
       <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>
@@ -44,7 +44,7 @@
         </p>
       </a-col>
       <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>
@@ -75,7 +75,7 @@
     <a-row class="r3" type="flex" :gutter="16">
       <a-col :span="12">
         <div class="wrap">
-          <p class="t1">指定词排名</p>
+          <p class="t1">指定关键词排名</p>
           <div class="content">
             <div class="d1"><img src="../../../assets/seo/NO1.svg" />1-10位</div>
             <div class="d2"><a @click="getTableInfoRank(3,1)">{{ rankInfo.appointKeyword.firstNum
@@ -98,7 +98,7 @@
       </a-col>
       <a-col :span="12">
         <div class="wrap">
-          <p class="t1">关键词排名</p>
+          <p class="t1">长尾关键词排名</p>
           <div class="content">
             <div class="d1"><img src="../../../assets/seo/NO1.svg" />1-10位</div>
             <div class="d2">
@@ -124,7 +124,7 @@
 
     </a-row>
     <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-row class="table-tool-wrap" type="flex">
             <a-col :span="8">
@@ -233,7 +233,7 @@
     </a-row>
 
     <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-row class="table-tool-wrap" type="flex">
             <a-col :span="8">