change - 代码生成

master
yinq 1 year ago
parent eeb1f08ecd
commit e11344ddd1

@ -12,7 +12,7 @@
<artifactId>aucma-base</artifactId>
<description>
base基础信息模块
system系统模块
</description>
<dependencies>
@ -20,7 +20,7 @@
<!-- 通用工具-->
<dependency>
<groupId>com.aucma</groupId>
<artifactId>aucma-common</artifactId>
<artifactId>aucma-system</artifactId>
</dependency>
</dependencies>

@ -128,7 +128,7 @@
#elseif($column.list && $column.htmlType == "datetime")
<el-table-column label="${comment}" align="center" prop="${javaField}" width="180" v-if="columns[${foreach.index}].visible">
<template slot-scope="scope">
<span>{{ parseTime(scope.row.${javaField}, '{y}-{m}-{d}') }}</span>
<span>{{ parseTime(scope.row.${javaField}, '{y}-{m}-{d} {h}:{i}:{s}') }}</span>
</template>
</el-table-column>
#elseif($column.list && $column.htmlType == "imageUpload")

Loading…
Cancel
Save