mirror of
https://github.com/jumpserver/lina.git
synced 2025-10-21 23:59:22 +00:00
fix(firefox_time_fix): 修改有些列表页面的时间在firefox上显示不出来的问题 (#189)
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
<script type="text/jsx">
|
||||
import ListTable from '@/components/ListTable'
|
||||
import { timeOffset, toSafeLocalDateStr, getDaysAgo } from '@/utils/common'
|
||||
import { timeOffset, getDaysAgo } from '@/utils/common'
|
||||
import { ActionsFormatter } from '@/components/ListTable/formatters'
|
||||
export default {
|
||||
name: 'BaseList',
|
||||
@@ -71,10 +71,7 @@ export default {
|
||||
formatter: null
|
||||
},
|
||||
date_start: {
|
||||
width: '100px',
|
||||
formatter: function(row) {
|
||||
return toSafeLocalDateStr(row.date_start)
|
||||
}
|
||||
width: '100px'
|
||||
},
|
||||
duration: {
|
||||
label: this.$t('sessions.duration'),
|
||||
|
Reference in New Issue
Block a user