Bladeren bron

提交客户管家代码

Lijy 1 week geleden
bovenliggende
commit
f213ecc14f

+ 1 - 1
fhKeeper/formulahousekeeper/customerBuler-crm-h5/src/pages/pdfPreview/pdf.vue

@@ -8,7 +8,7 @@
 import { onMounted, ref } from 'vue';
 import * as pdfjsLib from 'pdfjs-dist';
 
-const pdfUrl = 'https://celiang.oss-cn-hangzhou.aliyuncs.com/measurement/2022-01/18/75it6phpocqYFV1642488558220118.pdf';
+const pdfUrl = 'https://crm.ttkuaiban.com/upload/%E6%99%BA%E8%83%BD%E5%AE%A2%E6%88%B7%E7%AE%A1%E5%AE%B6CRM%E4%BD%BF%E7%94%A8%E8%AF%B4%E6%98%8E%E4%B9%A6.pdf';
 const pdfContainer = ref(null); // PDF容器
 const canvasWrapper = ref(null); // canvas容器
 let currentPage = 1; // 当前显示的页码

+ 2 - 2
fhKeeper/formulahousekeeper/customerBuler-crm-h5/src/pages/tabbar/home/component/workbench.vue

@@ -389,7 +389,7 @@ function jumpToAddNewVisitors(row) {
 
 function returnImageAddress(rows) {
   const row = routingInfos[rows.path.replace('/', '')]
-  return row.homeImage
+  return row && row.homeImage
 }
 
 function expandAndCollapseClick() {
@@ -408,7 +408,7 @@ function processForms() {
 
   commonExpressionsHaveBeenNodded.value = allFormList.filter(item =>
     !selectedForm.some(arrItem => arrItem.path === item.path)
-  )
+  ).filter(item => item.path !== '/biReport')
 }
 
 function getVisitorPlan() {

+ 1 - 1
fhKeeper/formulahousekeeper/customerBuler-crm-h5/src/pages/tabbar/my/index.vue

@@ -12,7 +12,7 @@
             </div>
           </div>
           <div class="profilePicture-img">
-            <img src="/src/assets/image/rightArrow.png">
+            <!-- <img src="/src/assets/image/rightArrow.png"> -->
           </div>
         </div>
 

+ 2 - 2
fhKeeper/formulahousekeeper/customerBuler-crm-h5/src/pages/tabbar/work/index.vue

@@ -8,7 +8,7 @@
             <img :src="returnImageAddress(item)"  />
             <div class="modulistText">{{ item.name }}</div>
           </div> -->
-          <div class="text-gray-950 text-center modulistImage flex flex-col items-center justify-center" v-for="(item) in moduleList" :key="item.id">
+          <div class="text-gray-950 text-center modulistImage flex flex-col items-center justify-center" v-for="(item) in moduleList" :key="item.id" @click.stop="toModuleList(item)">
             <img :src="returnImageAddress(item)"  />
             <div class="modulistTextNew">{{ item.name }}</div>
           </div>
@@ -69,7 +69,7 @@ useLifecycle({
 }
 .modulistImage {
   width: 140px;
-  height: 100px;
+  height: 110px;
   position: relative;
   margin-left: 18px;
   margin-top: 18px;