fix:user online-icon 添加title
This commit is contained in:
@@ -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) {
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -1 +1 @@
|
||||
{"baseUrl":"http://192.168.40.42:8080/", "version": "22.05"}
|
||||
{"baseUrl":"/", "version": "22.05"}
|
||||
|
||||
Reference in New Issue
Block a user