ruoyi-ui/src/views/system/user/index.vue
@@ -100,7 +100,7 @@ </el-table-column> <el-table-column label="创建时间" align="center" prop="createTime" width="160"> <template slot-scope="scope"> <span>{{ dateFormat(scope.row.createTime) }}</span> <span>{{ parseTime(scope.row.createTime) }}</span> </template> </el-table-column> <el-table-column @@ -414,6 +414,7 @@ deptId: 100, userName: undefined, nickName: undefined, password: undefined, phonenumber: undefined, email: undefined, sex: undefined,