Selaa lähdekoodia

Merge branch 'feature_20241014_我的-’我的‘修改为’我的客户‘'

# Conflicts:
#	src/views/week/index.vue
zhujindu 1 vuosi sitten
vanhempi
commit
6e0f8ca117
1 muutettua tiedostoa jossa 4 lisäystä ja 4 poistoa
  1. 4 4
      src/views/week/index.vue

+ 4 - 4
src/views/week/index.vue

@@ -203,7 +203,7 @@ export default {
       deptLevel: 0,
       list: [],
       addBTN: '新建工地',
-      title: '我的',
+      title: '我的客户',
       addShow1: false,
       result: '',
       jzTaskButton: false,
@@ -241,16 +241,16 @@ export default {
         var postType = localStorage.getItem('postType');
         if (postType == 'DIY') {
           this.addBTN = '新建同城分销店';
-          this.title = '我的';
+          this.title = '我的客户';
           this.addShow1 = true;
         } else if (postType == 'JZ') {
           this.addBTN = '新建家装店';
           this.addShow1 = true;
-          this.title = '我的';
+          this.title = '我的客户';
         } else if (postType == 'GZ') {
           this.addBTN = '新建工地/潜在客户/公装客户仓库';
           this.addShow1 = false;
-          this.title = '我的';
+          this.title = '我的客户';
         }
         postName = postName.split(',');
         for (let i = 0; i < res.data.length; i++) {