浏览代码

提交相关代码

Lijy 2 天之前
父节点
当前提交
4c626fd2a4

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

@@ -1,5 +1,5 @@
 <template>
-  <Page :title="`${currentRoutingInformation?.name}${addOrEdit ? '编辑' : '新增'}`">
+  <Page :title="`${currentRoutingInformation?.name || ''}${addOrEdit ? '编辑' : '新增'}`">
     <template v-slot:body>
       <div class="w-full h-full">
         <van-skeleton title :row="10" v-if="pageLoading" class="w-full h-full" />

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

@@ -3,7 +3,7 @@
     <template v-slot:headerLeft>
       <div class="homeheaderleft">
         <img src="/src/assets/image/home_logo.png">
-        <div class="text-white">客户管家</div>
+        <div class="text-white">智能客户管家CRM</div>
       </div>
     </template>
     <template v-slot:headerRight>
@@ -35,7 +35,7 @@
       <!-- 显示对应的模块 -->
       <van-popup v-model:show="showModule" closeable position="bottom" round>
         <div class="newModuleAdded relative">
-          <div class="text-size-large text-[#474A56] absolute topTitle">客户管家</div>
+          <div class="text-size-large text-[#474A56] absolute topTitle">智能客户管家CRM</div>
           <div class="flex flex-wrap">
             <template v-for="(item) in moduleList" :key="item.id">
               <div class="w-16 flex flex-col items-center mrSpacing" @click.stop="toAddEditor(item)">

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

@@ -4,7 +4,7 @@
       <div class="homeheaderleft">
         <img src="/src/assets/image/home_logo.png">
         <!-- <div class="text-white">客户管家<ww-open-data :openid="useInfo.userInfo.name" type="userName"></ww-open-data></div> -->
-        <div class="text-white">客户管家</div>
+        <div class="text-white">智能客户管家CRM</div>
       </div>
     </template>