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")