wuguojie 11 mesi fa
parent
commit
f2b4a3a7f7
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/views/customerManage/userSync/list.vue

+ 1 - 1
src/views/customerManage/userSync/list.vue

@@ -131,7 +131,7 @@ export default {
         { prop: "deliveredStatus", label: "企微触达状态", minWidth: 160, formatter: this.deliveredStatusFormatter },
         // { prop: "registerTime", label: "添加时间", minWidth: 160, },
         { prop: "updateTime", label: "最近互动时间", minWidth: 160, },
-        { prop: 'ownerUserId', label: '归属员工', minWidth: 160 }
+        { prop: 'ownerUserName', label: '归属员工', minWidth: 160 }
       ],
       userList: [],
       userId: ''