Parcourir la source

修改 字段取值

魏熙美 il y a 5 ans
Parent
révision
a728e7ea16
2 fichiers modifiés avec 4 ajouts et 4 suppressions
  1. 2
    2
      src/views/customer/list.vue
  2. 2
    2
      src/views/customer/recommendCustomer.vue

+ 2
- 2
src/views/customer/list.vue Voir le fichier

@@ -55,8 +55,8 @@
55 55
       </el-table-column>
56 56
       <el-table-column  label="置业顾问">
57 57
         <template slot-scope="scope">
58
-          <span>{{scope.row.name}}</span>
59
-          <p>{{scope.row.phone}}</p>
58
+          <span>{{scope.row.consultantName}}</span>
59
+          <p>{{scope.row.consultTel}}</p>
60 60
         </template>
61 61
       </el-table-column>
62 62
       <el-table-column fixed="right"  width="200" label="操作">

+ 2
- 2
src/views/customer/recommendCustomer.vue Voir le fichier

@@ -66,8 +66,8 @@
66 66
       </el-table-column>
67 67
       <el-table-column  label="推荐人">
68 68
         <template slot-scope="scope">
69
-          <span>{{scope.row.name}}</span>
70
-          <p>{{scope.row.phone}}</p>
69
+          <span>{{scope.row.consultantName}}</span>
70
+          <p>{{scope.row.consultTel}}</p>
71 71
         </template>
72 72
       </el-table-column>
73 73
       <el-table-column