+
{{ this.$route.name }}
+
+
+
+ v-model="keywords"
+ prefix-icon="el-icon-search"
+ size="small"
+ placeholder="请输入用户昵称"
+ style="width: 200px"
+ @keyup.enter.native="listOnlineUsers" />
+
+
搜索
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
{{ scope.row.lastLoginTime | dateTime }}
+
+
+
下线
+
+
+ class="pagination-container"
+ background
+ @size-change="sizeChange"
+ @current-change="currentChange"
+ :current-page="current"
+ :page-size="size"
+ :total="count"
+ :page-sizes="[10, 20]"
+ layout="total, sizes, prev, pager, next, jumper" />