Skip to content

Commit

Permalink
fix:调整时间显示
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangdahai112 committed May 25, 2021
1 parent 35b1ab6 commit abe902c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rackshift-web/src/components/switch/switch.vue
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,14 @@
</template>
</el-table-column>

<el-table-column prop="createTime" :label="$t('create_time')" align="left" width="160px">
<el-table-column prop="createTime" :label="$t('create_time')" align="left" width="170px">
<template slot-scope="scope">
{{ scope.row.createTime | dateFormat }}
</template>
</el-table-column>


<el-table-column prop="updateTime" :label="$t('update_time')" align="left" width="160px">
<el-table-column prop="updateTime" :label="$t('update_time')" align="left" width="170px">
<template slot-scope="scope">
{{ scope.row.updateTime | dateFormat }}
</template>
Expand Down

0 comments on commit abe902c

Please sign in to comment.