diff --git a/ruoyi-ui/src/views/system/user/index.vue b/ruoyi-ui/src/views/system/user/index.vue index 453d34abc..05509bec1 100644 --- a/ruoyi-ui/src/views/system/user/index.vue +++ b/ruoyi-ui/src/views/system/user/index.vue @@ -78,7 +78,7 @@ @change="handleStatusChange(scope.row)"></el-switch> </template> </el-table-column> - <el-table-column label="创建时间" align="center" prop="createTime" width="160"> + <el-table-column label="创建时间" align="center" prop="createTime" width="170"> <template slot-scope="scope"> <span>{{ parseTime(scope.row.createTime) }}</span> </template>