|
|
@@ -88,9 +88,9 @@
|
|
|
<div class="flex">
|
|
|
<div>
|
|
|
<el-table :data="dialogData" height="550" v-loading="dialogLoading">
|
|
|
- <el-table-column prop="CREATED_AT" label="操作时间" width="180">
|
|
|
+ <el-table-column prop="CREATED_AT" label="操作时间(WAT)" width="180">
|
|
|
<template slot-scope="scope">
|
|
|
- {{tool.formatDate(scope.row.CREATED_AT)}}
|
|
|
+ {{getWatTime(scope.row.CREATED_AT)}}
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
<el-table-column prop="TEXT" label="日志内容" width="650"></el-table-column>
|