Browse Source

统计分析

Xiao_123 5 tháng trước cách đây
mục cha
commit
cc64e1b137

+ 1 - 1
src/views/menduner/system/analysis/statisticAnalysis/index.vue

@@ -559,7 +559,7 @@ const dealTableData = async () => {
     tableData.value = tableData.value.map(item => {
       item.username = item.person.name || item.user.phone
       item.phone = item.person.phone || item.user.phone
-      item.loginTime = timesTampChange(item.user.loginDate)
+      item.loginTime = timesTampChange(item.loginLog.createTime)
       return item
     })
   }