Browse Source

✨ feat: 增加手机型号展示

Pchen. 3 months ago
parent
commit
d8f1c960fa
1 changed files with 10 additions and 0 deletions
  1. 10 0
      src/pages/admin/lepaoAccount/accountList.vue

+ 10 - 0
src/pages/admin/lepaoAccount/accountList.vue

@@ -335,6 +335,16 @@ const columns = [
         title: '帐号状态',
         slotName: 'state',
         width: 100
+    }, {
+        title: '手机型号',
+        dataIndex: 'deviceModel',
+        width: 100
+    }, {
+        title: 'UA',
+        dataIndex: 'userAgent',
+        width: 120,
+        ellipsis: true,
+        tooltip: true
     }, {
         title: '人脸状态',
         slotName: 'face_state',