Browse Source

联系人画像跟进记录明细新增线索名称

qymljy 3 months ago
parent
commit
399e765dde
1 changed files with 3 additions and 0 deletions
  1. 3 0
      src/HDrpManagement/contactProfile/modules/detail.vue

+ 3 - 0
src/HDrpManagement/contactProfile/modules/detail.vue

@@ -225,6 +225,9 @@
               >
                 <template v-slot:custom="scope">
                   <div v-if="scope.data.columnname === 'followname'"></div>
+                  <div v-else-if="scope.data.columnname == 'ordercluename'">
+                    {{scope.data.data[scope.data.columnname].length > 0 ? scope.data.data[scope.data.columnname] : '--'}}
+                  </div>
                   <div
                     v-else
                     style="