From 5e8ccda522d4288774cd6a80edd57bb63a914909 Mon Sep 17 00:00:00 2001
From: coolkidhay <coolkidhay@foxmail.com>
Date: Wed, 09 Mar 2022 14:39:19 +0800
Subject: [PATCH] 日期转换错误,issue地址:https://gitee.com/y_project/RuoYi-Vue/issues/I4X0U7
---
ruoyi-ui/src/views/system/user/index.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/ruoyi-ui/src/views/system/user/index.vue b/ruoyi-ui/src/views/system/user/index.vue
index 29aca77..4a031cb 100644
--- a/ruoyi-ui/src/views/system/user/index.vue
+++ b/ruoyi-ui/src/views/system/user/index.vue
@@ -27,7 +27,7 @@
</el-col>
<!--用户数据-->
<el-col :span="20" :xs="24">
- <el-form :model="queryParams" ref="queryForm" size="small" inline="true" v-show="showSearch" label-width="68px">
+ <el-form :model="queryParams" ref="queryForm" size="small" :inline="true" v-show="showSearch" label-width="68px">
<el-form-item label="用户名称" prop="userName">
<el-input
v-model="queryParams.userName"
--
Gitblit v1.9.2