fix:修改 explore logTab 时间显示不正确的问题
This commit is contained in:
@@ -61,7 +61,7 @@
|
||||
width="160"
|
||||
>
|
||||
<!-- <template slot-scope="{ row }">{{utcTimeToTimezoneStr(row.date)}}</template> -->
|
||||
<template slot-scope="{ row }">{{momentTz(row.date)}}</template>
|
||||
<template slot-scope="{ row }">{{momentTz(row.secondTime * 1000)}}</template>
|
||||
</el-table-column>
|
||||
<el-table-column
|
||||
v-if="!showSwitch"
|
||||
|
||||
Reference in New Issue
Block a user