fix:user online-icon 添加title

This commit is contained in:
zhangyu
2022-06-15 14:12:08 +08:00
parent 4008b96d36
commit 195474dc23
3 changed files with 3 additions and 3 deletions

View File

@@ -147,7 +147,7 @@ export default {
},
changeDate (item) {
const time = this.utcTimeToTimezoneStr(item)
const time1 = this.timeFormate(Date.parse(time))
const time1 = this.timeFormate(time)
return time1
},
getNum (item) {

View File

@@ -38,7 +38,7 @@
<template slot-scope="scope" :column="item">
<template v-if="item.prop === 'name'">
<div class="user-name-td" :class="{'margin-l-10': !scope.row.online}">
<i class="nz-icon nz-icon-user1 user-online" v-if="scope.row.online"/>
<i class="nz-icon nz-icon-user1 user-online" v-if="scope.row.online" :title="$t('overall.online')"/>
<div>
<div class="flex-align-center">
<span class="user-name-top">{{scope.row[item.prop]}}</span>

View File

@@ -1 +1 @@
{"baseUrl":"http://192.168.40.42:8080/", "version": "22.05"}
{"baseUrl":"/", "version": "22.05"}