change - 代码生成

master
yinq 1 year ago
parent eeb1f08ecd
commit e11344ddd1

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

@ -128,7 +128,7 @@
#elseif($column.list && $column.htmlType == "datetime") #elseif($column.list && $column.htmlType == "datetime")
<el-table-column label="${comment}" align="center" prop="${javaField}" width="180" v-if="columns[${foreach.index}].visible"> <el-table-column label="${comment}" align="center" prop="${javaField}" width="180" v-if="columns[${foreach.index}].visible">
<template slot-scope="scope"> <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> </template>
</el-table-column> </el-table-column>
#elseif($column.list && $column.htmlType == "imageUpload") #elseif($column.list && $column.htmlType == "imageUpload")

Loading…
Cancel
Save