fix:user online-icon 添加title
This commit is contained in:
@@ -147,7 +147,7 @@ export default {
|
|||||||
},
|
},
|
||||||
changeDate (item) {
|
changeDate (item) {
|
||||||
const time = this.utcTimeToTimezoneStr(item)
|
const time = this.utcTimeToTimezoneStr(item)
|
||||||
const time1 = this.timeFormate(Date.parse(time))
|
const time1 = this.timeFormate(time)
|
||||||
return time1
|
return time1
|
||||||
},
|
},
|
||||||
getNum (item) {
|
getNum (item) {
|
||||||
|
|||||||
@@ -38,7 +38,7 @@
|
|||||||
<template slot-scope="scope" :column="item">
|
<template slot-scope="scope" :column="item">
|
||||||
<template v-if="item.prop === 'name'">
|
<template v-if="item.prop === 'name'">
|
||||||
<div class="user-name-td" :class="{'margin-l-10': !scope.row.online}">
|
<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>
|
||||||
<div class="flex-align-center">
|
<div class="flex-align-center">
|
||||||
<span class="user-name-top">{{scope.row[item.prop]}}</span>
|
<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