From e11344ddd14a2bb8b77fdfb65db5108943287ed9 Mon Sep 17 00:00:00 2001
From: yinq <1345442242@qq.com>
Date: Wed, 20 Sep 2023 11:03:12 +0800
Subject: [PATCH] =?UTF-8?q?change=20-=20=E4=BB=A3=E7=A0=81=E7=94=9F?=
=?UTF-8?q?=E6=88=90?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
aucma-base/pom.xml | 4 ++--
aucma-generator/src/main/resources/vm/vue/index.vue.vm | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/aucma-base/pom.xml b/aucma-base/pom.xml
index 7e498b3..b022b05 100644
--- a/aucma-base/pom.xml
+++ b/aucma-base/pom.xml
@@ -12,7 +12,7 @@
aucma-base
- base基础信息模块
+ system系统模块
@@ -20,7 +20,7 @@
com.aucma
- aucma-common
+ aucma-system
diff --git a/aucma-generator/src/main/resources/vm/vue/index.vue.vm b/aucma-generator/src/main/resources/vm/vue/index.vue.vm
index c949fe9..a7de7b2 100644
--- a/aucma-generator/src/main/resources/vm/vue/index.vue.vm
+++ b/aucma-generator/src/main/resources/vm/vue/index.vue.vm
@@ -128,7 +128,7 @@
#elseif($column.list && $column.htmlType == "datetime")
- {{ parseTime(scope.row.${javaField}, '{y}-{m}-{d}') }}
+ {{ parseTime(scope.row.${javaField}, '{y}-{m}-{d} {h}:{i}:{s}') }}
#elseif($column.list && $column.htmlType == "imageUpload")