fix:修改所有关于表格的时间显示问题

This commit is contained in:
zhangyu
2021-05-10 13:49:27 +08:00
parent 03657068ab
commit f56ca0fac5
9 changed files with 26 additions and 23 deletions

View File

@@ -38,7 +38,7 @@
{{scope.row[item.prop]}} ms
</span>
<span v-else-if="item.prop === 'username'">{{formatUsername(scope.row)}}</span>
<span v-else-if="item.prop === 'createDate'">{{scope.row[item.prop]}}</span>
<span v-else-if="item.prop === 'createDate'">{{utcTimeToTimezoneStr(scope.row[item.prop])}}</span>
<span v-else>{{scope.row[item.prop]}}</span>
</template>
</el-table-column>